From: Jiang, Yunhong Date: Tue, 7 Mar 2017 07:06:33 +0000 (+0000) Subject: Merge "Add disk to vagrant for fuel plugin build" X-Git-Tag: danube.1.0~10 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8902a7b3234a70b6a665cb2213193babe2550805;hp=10713de83e93f478e2601a0e79f594d66cceb7dd;p=kvmfornfv.git Merge "Add disk to vagrant for fuel plugin build" --- diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh index 6a6d70c42..60dacd042 100755 --- a/ci/test_kvmfornfv.sh +++ b/ci/test_kvmfornfv.sh @@ -66,7 +66,7 @@ function ftrace_disable { #Execution of testcases based on test type and test name from releng. if [ ${test_type} == "verify" ];then HOST_IP="10.10.100.21" - test_time=120000 # 2m + test_time=1000 # 1s if [ ${ftrace_enable} -eq '1' ]; then for env in ${cyclictest_env_verify[@]} do diff --git a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml index 87168519b..0a35e95a3 100644 --- a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml +++ b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml @@ -27,9 +27,9 @@ scenarios: interval: 1 tc: "kvmfornfv_cyclictest-node-context" sla: - max_min_latency: 50 - max_avg_latency: 100 - max_max_latency: 1000 + max_min_latency: 100 + max_avg_latency: 600000 + max_max_latency: 1200000 action: monitor setup_options: rpm_dir: "/opt/rpm"