From a459dee88ba00d6f8283232ce2159594ae23d22a Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Sat, 24 Mar 2018 17:07:21 +0100 Subject: Use different config files depending on version We can read the openstack version from the env variables and then use a different config. The reason we use this is because openstack API changed from Pike to Queens and Pike is the official version for OPNFV Fraser release Change-Id: I8a94e71224d2ba0aa75a6438f3d7b03929acbbef Signed-off-by: Manuel Buil --- sfc/tests/functest/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfc/tests/functest/config.yaml') diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index cad3cf72..3cd1883a 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -67,8 +67,8 @@ testcases: secgroup_name: "example-sg" secgroup_descr: "Example Security group" test_vnfd: "test-symmetric-vnfd.yaml" - test_vnffgd: "test-symmetric-vnffgd.yaml" - source_port: 22222 + allowed_source_port: 22222 + blocked_source_port: 33333 sfc_chain_deletion: enabled: false -- cgit 1.2.3-korg