diff options
author | Manuel Buil <mbuil@suse.com> | 2018-08-29 13:25:45 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-08-29 18:50:29 +0000 |
commit | ecd8d7c0fd1683497e2c2a19199c7becb0b87e6e (patch) | |
tree | e6901efa8b121ae9774b269e7f454e47b11839ba | |
parent | 4d26d88cd9baeaf35084ab59528223692ad6df25 (diff) |
Bug fix: Deletion testcase only uses one VNF
We are only using one vnf but there are two defined in the config for
that testcase
Change-Id: Ifa86c2e48cb60edcd1b173eee14715c3787a9889
Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r-- | sfc/tests/functest/config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index 9c743553..0144352e 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -113,7 +113,6 @@ testcases: secgroup_descr: "Example Security group" vnf_names: - 'testVNF1' - - 'testVNF2' supported_installers: - 'fuel' - 'apex' |