summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_chain_deletion.py
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2018-02-28 16:01:55 +0800
committerYifei Xue <xueyifei@huawei.com>2018-03-16 11:48:09 +0800
commit5f5736d76e79bd3dccc2db1285ca9a6e8d1021bd (patch)
tree0ad342ac336d66a4d0ca9e702f6661b58216cf48 /sfc/tests/functest/sfc_chain_deletion.py
parent41135da626fe2c2813e58f52928b4e5ba4e47bf7 (diff)
Add support for Compass installer
JIRA: SFC-122 Add support for Compass installer in SFC repo which will make Compass SFC scenarios be verified by SFC testcase daily. Change-Id: I8129ebe837d54cdcd163158990fccf40451b98ad Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'sfc/tests/functest/sfc_chain_deletion.py')
-rw-r--r--sfc/tests/functest/sfc_chain_deletion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/tests/functest/sfc_chain_deletion.py b/sfc/tests/functest/sfc_chain_deletion.py
index 3962a3a6..51c47c42 100644
--- a/sfc/tests/functest/sfc_chain_deletion.py
+++ b/sfc/tests/functest/sfc_chain_deletion.py
@@ -42,7 +42,7 @@ def main():
installer_type = os.environ.get("INSTALLER_TYPE")
- supported_installers = ['fuel', 'apex', 'osa']
+ supported_installers = ['fuel', 'apex', 'osa', 'compass']
if installer_type not in supported_installers:
logger.error(