diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-08-11 05:42:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-11 05:42:51 +0000 |
commit | d9e68e7d2584d6fb83ad212673858a030d3d01a4 (patch) | |
tree | aa82c9bf240f35eaa24d94278bf55b509ebefcca | |
parent | 2a3a0c9383f3be01dc2ec0a92a55697c5e8e9b5c (diff) | |
parent | 81e4faf8c8856a76a0ed0ab620c962f14eb832da (diff) |
Merge "Adding packet forward test cases involving multiple VMs"
-rwxr-xr-x | ci/envs/packet_forwarding.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/envs/packet_forwarding.sh b/ci/envs/packet_forwarding.sh index 4f3d946b3..c367d8d03 100755 --- a/ci/envs/packet_forwarding.sh +++ b/ci/envs/packet_forwarding.sh @@ -12,9 +12,9 @@ EXIT=0 EXIT_TC_FAILED=1 # DAILY - run selected TCs for defined packet sizes -TESTCASES_DAILY='phy2phy_tput phy2phy_tput_mod_vlan pvp_tput' +TESTCASES_DAILY='phy2phy_tput phy2phy_tput_mod_vlan pvp_tput pvvp_tput' TESTPARAM_DAILY='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' -TESTCASES_SRIOV='pvp_tput' +TESTCASES_SRIOV='pvp_tput pvvp_tput' TESTPARAM_SRIOV='--test-params TRAFFICGEN_PKT_SIZES=(64,128,512,1024,1518)' #mounting shared directory for collecting ixia test results. |