diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-01-16 15:59:10 +0800 |
---|---|---|
committer | kubi <jean.gaoliang@huawei.com> | 2016-01-16 16:02:25 +0800 |
commit | 6636ef456c6be5b330b84308d74a1f3ea6fa43da (patch) | |
tree | 7770ef49bc1e09624a079c3810a0124114cd066a | |
parent | 2a2ebe6b1ea2ff317f4a3ca6a8e8fab811350eae (diff) |
enable ipv6 test case in sc lab
Change-Id: I4609fcb4427413fd6cde435f7bd062c9dde61949
Signed-off-by: kubi <jean.gaoliang@huawei.com>
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 2 | ||||
-rw-r--r-- | tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml index 6710621fb..badf26065 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml @@ -22,7 +22,7 @@ scenarios: interval: 1 run_step: 'setup,run,teardown' sla: - max_rtt: 10 + max_rtt: 30 action: monitor diff --git a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml index 435d21c9e..3a3bfccc0 100644 --- a/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_huawei-us-deploy-bare-1_daily.yaml @@ -19,4 +19,6 @@ test_cases: - file_name: opnfv_yardstick_tc014.yaml - + file_name: opnfv_yardstick_tc027.yaml +- file_name: opnfv_yardstick_tc037.yaml |