aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/traffic_profile/test_base.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-15 20:49:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-15 20:49:52 +0000
commit3016786696b9e5a26b364cb5bd4cb5676420fe58 (patch)
tree0ca209f5bf0f00e36e856ffecd21184921265077 /tests/unit/network_services/traffic_profile/test_base.py
parent38eb33a092e903b9854267d3e36496c919517103 (diff)
parentbe6e7ed6f053a4a697af939fa0ddcd5dce54c0c8 (diff)
Merge "NSB: fix port topology"
Diffstat (limited to 'tests/unit/network_services/traffic_profile/test_base.py')
-rw-r--r--tests/unit/network_services/traffic_profile/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/traffic_profile/test_base.py b/tests/unit/network_services/traffic_profile/test_base.py
index 72b097b52..290610361 100644
--- a/tests/unit/network_services/traffic_profile/test_base.py
+++ b/tests/unit/network_services/traffic_profile/test_base.py
@@ -48,7 +48,7 @@ class TestTrafficProfile(unittest.TestCase):
def test_execute(self):
traffic_profile = TrafficProfile(self.TRAFFIC_PROFILE)
- self.assertRaises(NotImplementedError, traffic_profile.execute, {})
+ self.assertRaises(NotImplementedError, traffic_profile.execute_traffic, {})
def test_get(self):
traffic_profile = TrafficProfile(self.TRAFFIC_PROFILE)