diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-07 15:24:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-07 15:24:46 +0000 |
commit | 6138d2c4115f87ff71b2084cc1021701e2697c2a (patch) | |
tree | a42d7047d497684776ef9f109b4af107ae56b47a /tests/unit/network_services/traffic_profile | |
parent | 8d378924fb95ccb7375170dead8e356968b6dae5 (diff) | |
parent | f054c181810e84d8cbe32561c193af11ca6e6b29 (diff) |
Merge "Adding ixia latency support for dynamic cgnapt"
Diffstat (limited to 'tests/unit/network_services/traffic_profile')
-rw-r--r-- | tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py b/tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py index cd0aacba6..846bfa307 100644 --- a/tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py +++ b/tests/unit/network_services/traffic_profile/test_ixia_rfc2544.py @@ -451,6 +451,7 @@ class TestIXIARFC2544Profile(unittest.TestCase): traffic, ixia_obj) self.assertIsNone(result) + def test_execute(self): traffic_generator = mock.Mock(autospec=TrexProfile) traffic_generator.my_ports = [0, 1] |