Fixes Typos in rally files
This submission fixes typos in the following files : 1. ./tests/unit/plugins/openstack/scenarios/neutron/test_network.py 2. ./tests/unit/task/processing/test_utils.py 3. ./tests/unit/verification/test_config.py 4. ./etc/rally/rally.conf.sample Change-Id: I195fbdeef9140fd6f30e419692ca812337f74765
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
# Its value may be silently ignored in the future.
|
# Its value may be silently ignored in the future.
|
||||||
#https_insecure = false
|
#https_insecure = false
|
||||||
|
|
||||||
# Path to CA server cetrificate for SSL (string value)
|
# Path to CA server certificate for SSL (string value)
|
||||||
# This option is deprecated for removal.
|
# This option is deprecated for removal.
|
||||||
# Its value may be silently ignored in the future.
|
# Its value may be silently ignored in the future.
|
||||||
#https_cacert = <None>
|
#https_cacert = <None>
|
||||||
|
@@ -102,7 +102,7 @@ class NeutronNetworksTestCase(test.ScenarioTestCase):
|
|||||||
mock__create_network.reset_mock()
|
mock__create_network.reset_mock()
|
||||||
mock__delete_network.reset_mock()
|
mock__delete_network.reset_mock()
|
||||||
|
|
||||||
# Explict network name is specified
|
# Explicit network name is specified
|
||||||
network_create_args = {"name": "given-name"}
|
network_create_args = {"name": "given-name"}
|
||||||
neutron_scenario.create_and_delete_networks(
|
neutron_scenario.create_and_delete_networks(
|
||||||
network_create_args=network_create_args)
|
network_create_args=network_create_args)
|
||||||
|
Reference in New Issue
Block a user