diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 11:34:01 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-20 11:34:24 -0700 |
commit | bab08c9e2dd882fc03836852b4cc089a5cd568a9 (patch) | |
tree | 259c1914781e630acae07f206447770c845af9ee /docs/how-to-use | |
parent | 7766bd2f8ef5f7ddb9ee231179bb38023d65a972 (diff) |
Fix Malformed Table in Integration Tests doc
Change-Id: Idd2efdb04d7ee1972f1189576c3a2cb9bf834aef
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/how-to-use')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 5b4830e..f082f9b 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -144,7 +144,7 @@ create_keypairs_tests.py - CreateKeypairsCleanupTests | test_create_keypair_gen_files_delete_1| 2 | Ensures that new keypair files are deleted by default | | | | by OpenStackKeypair#clean() | +---------------------------------------+---------------+-----------------------------------------------------------+ -| test_create_keypair_gen_files_delete_2| 2 | Ensures that new keypair files are deleted by | +| test_create_keypair_gen_files_delete_2| 2 | Ensures that new keypair files are deleted by | | | | OpenStackKeypair#clean() when the settings delete_on_clean| | | | attribute is set to True | +---------------------------------------+---------------+-----------------------------------------------------------+ |