diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-03-20 09:14:16 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2018-03-21 02:15:14 +0000 |
commit | c4228f65829e86abadb7d93246d0b6de9dab2d51 (patch) | |
tree | 0005a977448cad4a088ef19e1ac308f49e53b743 /tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml | |
parent | 973853de78ebdf312779ba87c72130334ef0c6f3 (diff) |
Bugfix: update test case base on node parameters in ci
JIRA: YARDSTICK-1082
Change-Id: I00080d0317a54b73a6cd571198e9446962c11b5a
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml index a503db99e..d7e7bbb87 100644 --- a/tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_os-odl_l3-nofeature-ha_daily.yaml @@ -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"}' |