From 62feef57918f110d423961a3989f77cf815058c6 Mon Sep 17 00:00:00 2001 From: "Yang (Gabriel) Yu" Date: Fri, 29 Jun 2018 14:40:54 +0800 Subject: Modify ping test threshold Change the threshold to 5 VM pairs for basic common OPNFV verification requirements from Dovetail. Currently, offline test over apex pass: 1. ping subtest1: https://gist.github.com/gabrielyuyang/764b7ee636ac5502d5e561a348ae909b 2. ping subtest2: https://gist.github.com/gabrielyuyang/af17905a7e2379e870f492ea393c54c0 Working on testig over compass, trying to deploy a compass first. We could also see the result from compass on CI after this patch be merged. Results in Dovetial CI will also be updated then. Change-Id: If2cfe9988c046d733b30a23de3cd569ed06496e6 Signed-off-by: Yang (Gabriel) Yu --- testsuites/posca/testcase_cfg/posca_factor_ping.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml index 25654357..ea70e336 100644 --- a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml @@ -16,8 +16,8 @@ load_manager: tool: ping test_times: 100 package_size: - num_stack: 20, 20 - threshhold: 20 + num_stack: 5, 5 + threshhold: 5 package_loss: 0% runners: -- cgit 1.2.3-korg