summaryrefslogtreecommitdiff
path: root/functionaltests
diff options
context:
space:
mode:
authorSwapnil Kulkarni (coolsvap) <me@coolsvap.net>2016-01-13 11:18:28 +0530
committerSwapnil Kulkarni (coolsvap) <me@coolsvap.net>2016-01-13 11:18:28 +0530
commit33d0eb5f9339439fe1b013466cf35b7c55ed09a8 (patch)
treebd5c4e487f116382ff9a461ce48dc7de24bcee4e /functionaltests
parenta6ee585aaae2d4caf1651422953ab79858c86324 (diff)
downloadpython-barbicanclient-33d0eb5f9339439fe1b013466cf35b7c55ed09a8.tar.gz
Update typos
Change-Id: I6e022008940819c479afc040441e0e5e029d3bd6
Diffstat (limited to 'functionaltests')
-rw-r--r--functionaltests/cli/v1/behaviors/secret_behaviors.py2
-rw-r--r--functionaltests/client/v1/functional/test_acl.py2
-rw-r--r--functionaltests/common/config.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/functionaltests/cli/v1/behaviors/secret_behaviors.py b/functionaltests/cli/v1/behaviors/secret_behaviors.py
index 2361029..b28db33 100644
--- a/functionaltests/cli/v1/behaviors/secret_behaviors.py
+++ b/functionaltests/cli/v1/behaviors/secret_behaviors.py
@@ -57,7 +57,7 @@ class SecretBehaviors(base_behaviors.BaseBehaviors):
def store_secret(self, payload="Payload for testing", store_argv=[]):
""" Store (aka create) a secret
- The store_argv paramater allows additional command line parameters for
+ The store_argv parameter allows additional command line parameters for
the store operation to be specified. This can be used to specify -a for
algorithm as an example.
diff --git a/functionaltests/client/v1/functional/test_acl.py b/functionaltests/client/v1/functional/test_acl.py
index 3e3ee01..220d78c 100644
--- a/functionaltests/client/v1/functional/test_acl.py
+++ b/functionaltests/client/v1/functional/test_acl.py
@@ -275,7 +275,7 @@ class ACLsTestCase(BaseACLsTestCase):
@testcase.attr('negative')
def test_delete_non_existent_secret_valid_uuid(self):
- """A delete on a ACL when secret with a valid UUID does not exist
+ """A delete on an ACL when secret with a valid UUID does not exist
This should return a 404.
"""
diff --git a/functionaltests/common/config.py b/functionaltests/common/config.py
index de64634..4466a51 100644
--- a/functionaltests/common/config.py
+++ b/functionaltests/common/config.py
@@ -69,7 +69,7 @@ def setup_config(config_file=''):
# Actually parse config
TEST_CONF(
- (), # Required to load a anonymous config
+ (), # Required to load an anonymous config
default_config_files=config_to_load
)