Bugfix: update test case base on node parameters in ci 79/54179/4
authorrexlee8776 <limingjiang@huawei.com>
Tue, 20 Mar 2018 09:14:16 +0000 (09:14 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Wed, 21 Mar 2018 02:15:14 +0000 (02:15 +0000)
JIRA: YARDSTICK-1082

Change-Id: I00080d0317a54b73a6cd571198e9446962c11b5a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
44 files changed:
tests/opnfv/test_suites/opnfv_k8-nosdn-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-bar-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-bar-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs_dpdk-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs_dpdk-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs_dpdk_bar-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-kvm_ovs_dpdk_bar-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-lxd-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-lxd-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-openbaton-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-openo-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-ovs-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-ovs-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-ovs_dpdk-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-nosdn-ovs_dpdk-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-ocl-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-ocl-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl-ovs-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl-sfc-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl-sfc-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-bgpvpn-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-bgpvpn-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-moon-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-moon-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-sfc-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l2-sfc-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-odl_l3-ovs-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-onos-nofeature-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-onos-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-onos-sfc-ha_daily.yaml
tests/opnfv/test_suites/opnfv_os-onos-sfc-noha_daily.yaml
tests/opnfv/test_suites/opnfv_os-ovn-nofeature-noha_daily.yaml
tests/opnfv/test_suites/opnfv_performance.yaml

index 00dccab..4fd7659 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 35bc0eb..d49b113 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node4.LF","target": "node5.LF"}'
+        "host": "node4","target": "node5"}'
 -
     file_name: opnfv_yardstick_tc019.yaml
     constraint:
@@ -113,7 +113,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC055"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc063.yaml
     constraint:
@@ -121,7 +121,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC063"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc069.yaml
 -
@@ -147,7 +147,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node1.LF"}'
+        "host": "node1"}'
 -
     file_name: opnfv_yardstick_tc027.yaml
     constraint:
index 26e92e7..362c731 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 1be7d13..854adf1 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 42bc651..b5a3048 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index eb8d0f3..ea0853c 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 625fa6e..ef47b9f 100644 (file)
@@ -40,7 +40,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -48,7 +48,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -64,4 +64,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 3a3ed37..2def5c2 100644 (file)
@@ -40,7 +40,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -48,7 +48,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index ef09f3c..ee25c12 100644 (file)
@@ -40,7 +40,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -48,7 +48,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -64,4 +64,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index a800c56..8603c14 100644 (file)
@@ -40,7 +40,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -48,7 +48,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index 9de6ab2..a249a81 100644 (file)
@@ -41,7 +41,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -49,7 +49,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -65,4 +65,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index eed5da4..40fec9f 100644 (file)
@@ -41,7 +41,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -49,7 +49,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -65,4 +65,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 2807d79..fa3c789 100644 (file)
@@ -55,7 +55,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node4.LF","target": "node5.LF"}'
+        "host": "node4","target": "node5"}'
 -
     file_name: opnfv_yardstick_tc055.yaml
     constraint:
@@ -63,7 +63,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC055"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc063.yaml
     constraint:
@@ -71,7 +71,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC063"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc073.yaml
     constraint:
@@ -86,7 +86,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node1.LF"}'
+        "host": "node1"}'
 
 # Feature test cases
 -
index 6700db4..6a6a53b 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index d1b4cce..5dccf01 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 9418e42..0375abc 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node4.LF","target": "node5.LF"}'
+        "host": "node4","target": "node5"}'
 -
     file_name: opnfv_yardstick_tc045.yaml
     constraint:
@@ -97,7 +97,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC055"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc063.yaml
     constraint:
@@ -105,7 +105,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC063"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc069.yaml
 -
@@ -121,7 +121,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node1.LF"}'
+        "host": "node1"}'
 -
     file_name: opnfv_yardstick_tc027.yaml
     constraint:
index 3a540f2..13eda5b 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index abc3360..969e47a 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index 10772e0..8221915 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 9b2be37..e0f6dec 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 3f2fe18..1b10a4e 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index fcc7a9b..dba42cc 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 1ab16e5..13cc710 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 825555d..42a170a 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index b5e53b9..ce36ca0 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index b464bfe..6c3f22f 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index ba87041..0802737 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 43aae71..78f461d 100644 (file)
@@ -21,7 +21,7 @@ test_cases:
       pod: ericsson-pod2
   task_args:
       ericsson-pod2: '{"file": "etc/yardstick/nodes/fuel_baremetal/pod.yaml",
-      "host": "node1.LF","target": "node2.LF"}'
+      "host": "node1","target": "node2"}'
 -
   file_name: opnfv_yardstick_tc002.yaml
 -
index 3720129..820db37 100644 (file)
@@ -21,7 +21,7 @@ test_cases:
       pod: ericsson-pod2
   task_args:
       ericsson-pod2: '{"file": "etc/yardstick/nodes/fuel_baremetal/pod.yaml",
-      "host": "node1.LF","target": "node2.LF"}'
+      "host": "node1","target": "node2"}'
 -
   file_name: opnfv_yardstick_tc002.yaml
 -
index 16c04de..03a5338 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index cff1477..1dcdeae 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index b8b8c46..78883c9 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index cd352cc..163c217 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 1dde1cb..86e8491 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 8d70981..4101fa9 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index a503db9..d7e7bbb 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index e83aaec..6b29394 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index 4165c54..c347a80 100644 (file)
@@ -37,7 +37,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -45,7 +45,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -61,4 +61,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index ed8894c..536341b 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 94390d5..1192975 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 18e27d6..3ad6122 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index d56be61..b86599f 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
index 567642e..dbbda68 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC055"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc063.yaml
   constraint:
@@ -43,7 +43,7 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node5.yardstick-TC063"}'
+      "host": "node5"}'
 -
   file_name: opnfv_yardstick_tc069.yaml
 -
@@ -59,4 +59,4 @@ test_cases:
       pod: huawei-pod1
   task_args:
       huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-      "host": "node1.LF"}'
+      "host": "node1"}'
index 948d063..10bc607 100644 (file)
@@ -35,7 +35,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node4.LF","target": "node5.LF"}'
+        "host": "node4","target": "node5"}'
 -
     file_name: opnfv_yardstick_tc055.yaml
     constraint:
@@ -43,7 +43,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC055"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc063.yaml
     constraint:
@@ -51,7 +51,7 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node5.yardstick-TC063"}'
+        "host": "node5"}'
 -
     file_name: opnfv_yardstick_tc069.yaml
 -
@@ -67,4 +67,4 @@ test_cases:
         pod: huawei-pod1
     task_args:
         huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml",
-        "host": "node1.LF"}'
+        "host": "node1"}'