commit | b1b9a7b65f212151eecba36761a806a8f63aa8f1 | [log] [tgz] |
---|---|---|
author | Oleh Hryhorov <ohryhorov@mirantis.com> | Wed Mar 14 14:30:49 2018 +0200 |
committer | Oleh Hryhorov <ohryhorov@mirantis.com> | Wed Mar 14 14:31:04 2018 +0200 |
tree | 2029f2e824ab88a0591212fc8780a7a74fd22946 | |
parent | 7b086c9bf06c029dc43970dd39b66c9f69f76123 [diff] |
Fixing typo Change-Id: I9d894936bcc2ffe0488daf2b8d92861960d366ab
diff --git a/_modules/runtest/tempest_sections/network.py b/_modules/runtest/tempest_sections/network.py index 1fb61b3..68d4fea 100644 --- a/_modules/runtest/tempest_sections/network.py +++ b/_modules/runtest/tempest_sections/network.py
@@ -91,7 +91,7 @@ return res = self.authenticated_openstack_module_call( - nodes[0], 'neutronng.list_netowkrs')[nodes[0]]['networks'] + nodes[0], 'neutronng.list_networks')[nodes[0]]['networks'] networks = [n['id'] for n in res if n['name'] == network_name] if len(networks) != 1: