aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/config.yaml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-12-18 13:03:07 +0100
committerManuel Buil <mbuil@suse.com>2017-12-19 09:23:23 +0100
commit759e0751465747acfb9cf840aaad7761ba1327dd (patch)
tree0c1669627b9a5dbc2d2e02ce42f80586dabfe7b1 /sfc/tests/functest/config.yaml
parent43c5b9a266b8181af33aa22456eea4c1335a970a (diff)
Documentation update and some clean up
Change-Id: I1fca51b9b6afff5a596ceee2e1401127fe23231d Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/config.yaml')
-rw-r--r--sfc/tests/functest/config.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml
index 4a4a806e..294ba7c7 100644
--- a/sfc/tests/functest/config.yaml
+++ b/sfc/tests/functest/config.yaml
@@ -35,9 +35,9 @@ testcases:
subnet_cidr: "11.0.0.0/24"
secgroup_name: "example-sg"
secgroup_descr: "Example Security group"
- test_vnfd_red: "test-vnfd1.yaml"
- test_vnfd_blue: "test-vnfd2.yaml"
- test_vnffgd_red: "test-vnffgd.yaml"
+ test_vnfd_red: "test-one-chain-vnfd1.yaml"
+ test_vnfd_blue: "test-one-chain-vnfd2.yaml"
+ test_vnffgd_red: "test-one-chain-vnffgd.yaml"
sfc_two_chains_SSH_and_HTTP:
enabled: false
@@ -49,10 +49,10 @@ testcases:
subnet_cidr: "11.0.0.0/24"
secgroup_name: "example-sg"
secgroup_descr: "Example Security group"
- test_vnfd_red: "test2-vnfd1.yaml"
- test_vnfd_blue: "test2-vnfd2.yaml"
- test_vnffgd_red: "test2-vnffgd1.yaml"
- test_vnffgd_blue: "test2-vnffgd2.yaml"
+ test_vnfd_red: "test-two-chains-vnfd1.yaml"
+ test_vnfd_blue: "test-two-chains-vnfd2.yaml"
+ test_vnffgd_red: "test-two-chains-vnffgd1.yaml"
+ test_vnffgd_blue: "test-two-chains-vnffgd2.yaml"
sfc_symmetric_chain:
enabled: false
@@ -64,6 +64,6 @@ testcases:
subnet_cidr: "11.0.0.0/24"
secgroup_name: "example-sg"
secgroup_descr: "Example Security group"
- test_vnfd: "test3-vnfd1.yaml"
+ test_vnfd: "test-symmetric-vnfd.yaml"
allowed_source_port: 22222
blocked_source_port: 33333