T-Rex: 2.82, core pin, 8 workers
[csit.git] / resources / tools / testbed-setup / ansible / roles / trex / defaults / main.yaml
index 1e4b794..77d0aaa 100644 (file)
@@ -15,6 +15,7 @@ packages_by_distro:
     - "librdmacm-dev"
     - "librdmacm1"
     - "libssl-dev"
+    - "pciutils"
     - "python3-pip"
     - "zlib1g-dev"
 
@@ -25,4 +26,8 @@ packages_by_arch:
     - []
 
 trex_target_dir: "/opt"
-trex_version: "2.73"
+trex_url: "https://github.com/cisco-system-traffic-generator/trex-core/archive/"
+trex_version:
+  - "2.54"
+  - "2.73"
+  - "2.82"