diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-23 02:40:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-23 02:40:11 +0000 |
commit | 234ed195befdea6a18c875c3ff7d7565aa0ee978 (patch) | |
tree | 5a83885bc9497abb2c143355c97ea121b6009d06 /tests | |
parent | ea1ad48ca5f4ec391b4232fa92ba027119ad2ca7 (diff) | |
parent | b55e605853d91e6c7078101238dd52c3904e83eb (diff) |
Merge "removing enabled_network_list as an argument to network env"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_apex_python_utils_py.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_apex_python_utils_py.py b/tests/test_apex_python_utils_py.py index 12ac4091..1f280356 100644 --- a/tests/test_apex_python_utils_py.py +++ b/tests/test_apex_python_utils_py.py @@ -75,6 +75,5 @@ class TestCommonUtils(object): args = self.parser.parse_args(['nic-template', '-s', net_sets, '-r', 'compute', - '-t', nic_template, - '-n', 'admin_network']) + '-t', nic_template]) assert_equal(build_nic_template(args), None) |