diff options
author | Manuel Buil <mbuil@suse.com> | 2017-03-09 09:47:18 +0000 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2017-03-10 09:05:51 +0000 |
commit | 8cfc246a23de6b9654d034d88037e2b52de00c62 (patch) | |
tree | 2558f58ae594d9bacdb8cece5de47dfea5191ed8 | |
parent | ad13096c3812e89d6723b86343093e38e7863ab6 (diff) |
Disable symmetric test case to not test it in CI
symmetric test case doe snot work in multicompute env. We want to avoid that it
is executed in CI because it will always fail in the Danube release
Change-Id: I2a12d9aea31df37c689d96ae7eb323339b8ffb89
Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r-- | sfc/tests/functest/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index bb32a7df..1e241cdf 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -45,7 +45,7 @@ testcases: test_vnfd_blue: "test2-vnfd2.yaml" sfc_symmetric_chain: - enabled: true + enabled: false description: "Verify the behavior of a symmetric service chain" testname_db: "sfc_symmetric_chain" net_name: example-net |