Skip to content

Commit f1f5538

Browse files
authored
Merge pull request #666 from nbalacha/wip-nbalacha-typo
readme: fix typo
2 parents f5da390 + 67cbe25 commit f1f5538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ You can specify which directory of tests to run::
2626

2727
You can specify which file of tests to run::
2828

29-
S3TEST_CONF=your.conf tox s3tests_boto3/functional/test_s3.py
29+
S3TEST_CONF=your.conf tox -- s3tests_boto3/functional/test_s3.py
3030

3131
You can specify which test to run::
3232

33-
S3TEST_CONF=your.conf tox s3tests_boto3/functional/test_s3.py::test_bucket_list_empty
33+
S3TEST_CONF=your.conf tox -- s3tests_boto3/functional/test_s3.py::test_bucket_list_empty
3434

3535
Some tests have attributes set based on their current reliability and
3636
things like AWS not enforcing their spec stricly. You can filter tests
@@ -63,7 +63,7 @@ After the cluster is up the following command should be executed::
6363

6464
You can run only the sts tests (all the three API's) with::
6565

66-
S3TEST_CONF=your.conf tox s3tests_boto3/functional/test_sts.py
66+
S3TEST_CONF=your.conf tox -- s3tests_boto3/functional/test_sts.py
6767

6868
You can filter tests based on the attributes. There is a attribute named ``test_of_sts`` to run AssumeRole and GetSessionToken tests and ``webidentity_test`` to run the AssumeRoleWithWebIdentity tests. If you want to execute only ``test_of_sts`` tests you can apply that filter as below::
6969

@@ -89,11 +89,11 @@ Adding above capabilities to "iam" user is also taken care by vstart (If Ceph cl
8989
To run these tests, create configuration file with section "iam" and "s3 alt" refer s3tests.conf.SAMPLE.
9090
Once you have that configuration file copied and edited, you can run all the tests with::
9191

92-
S3TEST_CONF=your.conf tox s3tests_boto3/functional/test_iam.py
92+
S3TEST_CONF=your.conf tox -- s3tests_boto3/functional/test_iam.py
9393

9494
You can also specify specific test to run::
9595

96-
S3TEST_CONF=your.conf tox s3tests_boto3/functional/test_iam.py::test_put_user_policy
96+
S3TEST_CONF=your.conf tox -- s3tests_boto3/functional/test_iam.py::test_put_user_policy
9797

9898
Some tests have attributes set such as "fails_on_rgw".
9999
You can filter tests based on their attributes::

0 commit comments

Comments
 (0)