aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_chain_deletion.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-08-30 07:33:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-30 07:33:09 +0000
commit395db39a951dd60819fabfdc4c74bcd9ca1b19e4 (patch)
tree105869cd637d7e180fafa22daf37b28bb0d14b40 /sfc/tests/functest/sfc_chain_deletion.py
parentecd8d7c0fd1683497e2c2a19199c7becb0b87e6e (diff)
parentcb24c309f02c1343d749463aad30aa58c2a21db5 (diff)
Merge "Improve readability of the tests"
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 44982c91..527dc822 100644
--- a/sfc/tests/functest/sfc_chain_deletion.py
+++ b/sfc/tests/functest/sfc_chain_deletion.py
@@ -34,7 +34,7 @@ class SfcChainDeletion(sfc_parent_function.SfcCommonTestCase):
logger.info("The test scenario %s is starting", __name__)
self.create_custom_vnfd(self.testcase_config.test_vnfd_red,
'test-vnfd1')
- self.create_custom_av(self.vnfs[0], 'test-vnfd1', 'test-vim')
+ self.create_vnf(self.vnfs[0], 'test-vnfd1', 'test-vim')
self.create_chain(self.testcase_config)