aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-04-13 15:40:51 +0200
committerBrady Johnson <bjohnson@inocybe.com>2018-04-13 16:27:28 +0000
commit77102aeec40478c078acb616bf65c9d978572401 (patch)
treeaa0a4d91b71f4b6eb6da1c484caf0ebd6e766e46
parent0ca5bf68cd801118ecc5df119bd07ed989a951a7 (diff)
Fix symmetric testcase config
One patch was merged without rebasing and it reverted some accepted changes Change-Id: Ia64cef60df1ceb72d8789d122cf1bbb820819aa2 Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r--sfc/tests/functest/config-pike.yaml4
-rw-r--r--sfc/tests/functest/config.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/sfc/tests/functest/config-pike.yaml b/sfc/tests/functest/config-pike.yaml
index 6b7b5a80..eff95c08 100644
--- a/sfc/tests/functest/config-pike.yaml
+++ b/sfc/tests/functest/config-pike.yaml
@@ -67,8 +67,8 @@ testcases:
secgroup_name: "example-sg"
secgroup_descr: "Example Security group"
test_vnfd: "test-symmetric-vnfd.yaml"
- allowed_source_port: 22222
- blocked_source_port: 33333
+ test_vnffgd: "test-symmetric-vnffgd.yaml"
+ source_port: 22222
sfc_chain_deletion:
enabled: false
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml
index 3cd1883a..cad3cf72 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"
- allowed_source_port: 22222
- blocked_source_port: 33333
+ test_vnffgd: "test-symmetric-vnffgd.yaml"
+ source_port: 22222
sfc_chain_deletion:
enabled: false