From 898512e5c72d9bc6330947d22de60ed2ede1049b Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 28 Nov 2016 00:42:26 +0200 Subject: [PATCH] regression: move trex15 (vmxnet3) to trex03, move trex17 (e1000) to trex06 Signed-off-by: Yaroslav Brustinov --- scripts/automation/regression/setups/{trex15 => trex03}/benchmark.yaml | 0 scripts/automation/regression/setups/{trex15 => trex03}/config.yaml | 2 +- scripts/automation/regression/setups/{trex17 => trex06}/benchmark.yaml | 0 scripts/automation/regression/setups/{trex17 => trex06}/config.yaml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename scripts/automation/regression/setups/{trex15 => trex03}/benchmark.yaml (100%) rename scripts/automation/regression/setups/{trex15 => trex03}/config.yaml (98%) rename scripts/automation/regression/setups/{trex17 => trex06}/benchmark.yaml (100%) rename scripts/automation/regression/setups/{trex17 => trex06}/config.yaml (98%) diff --git a/scripts/automation/regression/setups/trex15/benchmark.yaml b/scripts/automation/regression/setups/trex03/benchmark.yaml similarity index 100% rename from scripts/automation/regression/setups/trex15/benchmark.yaml rename to scripts/automation/regression/setups/trex03/benchmark.yaml diff --git a/scripts/automation/regression/setups/trex15/config.yaml b/scripts/automation/regression/setups/trex03/config.yaml similarity index 98% rename from scripts/automation/regression/setups/trex15/config.yaml rename to scripts/automation/regression/setups/trex03/config.yaml index c5fc3b22..17c4c91e 100644 --- a/scripts/automation/regression/setups/trex15/config.yaml +++ b/scripts/automation/regression/setups/trex03/config.yaml @@ -34,6 +34,6 @@ # expected_bw - the "golden" bandwidth (in Gbps) results planned on receiving from the test trex: - hostname : csi-trex-15 + hostname : csi-trex-03 cores : 1 modes : [loopback, virt_nics, VM] diff --git a/scripts/automation/regression/setups/trex17/benchmark.yaml b/scripts/automation/regression/setups/trex06/benchmark.yaml similarity index 100% rename from scripts/automation/regression/setups/trex17/benchmark.yaml rename to scripts/automation/regression/setups/trex06/benchmark.yaml diff --git a/scripts/automation/regression/setups/trex17/config.yaml b/scripts/automation/regression/setups/trex06/config.yaml similarity index 98% rename from scripts/automation/regression/setups/trex17/config.yaml rename to scripts/automation/regression/setups/trex06/config.yaml index 7ad6a20a..da0eb2dd 100644 --- a/scripts/automation/regression/setups/trex17/config.yaml +++ b/scripts/automation/regression/setups/trex06/config.yaml @@ -34,6 +34,6 @@ # expected_bw - the "golden" bandwidth (in Gbps) results planned on receiving from the test trex: - hostname : csi-trex-17 + hostname : csi-trex-06 cores : 1 modes : [loopback, virt_nics, VM] -- 2.16.6