summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteven Pisarski <s.pisarski@cablelabs.com>2017-07-27 14:38:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-27 14:38:25 +0000
commit260ab09e46d1f8608c4e29477acce1292eec2d62 (patch)
tree5cbb0869a68d60141d00748eb0e51795af184a0e /docs
parentcae0d0b8df79a5bbbe04cc000abe7e0945c74089 (diff)
parent5c7c06246f5a78c3dcde13eb59d4436057825ca1 (diff)
Merge "Added configuration for keypair size."
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index 70e51b9..7414110 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -115,6 +115,9 @@ create_keypairs_tests.py - CreateKeypairsTests
| test_create_keypair_only | 2 | Ensures that a keypair object can be created simply by |
| | | only configuring a name |
+---------------------------------------+---------------+-----------------------------------------------------------+
+| test_create_keypair_large_key | 2 | Ensures that a keypair object can be created with a large |
+| | | key of 10000 bytes |
++---------------------------------------+---------------+-----------------------------------------------------------+
| test_create_delete_keypair | 2 | Ensures that a keypair object is deleted via |
| | | OpenStackKeypair.clean() and subsequent calls do not |
| | | result in exceptions |
@@ -243,7 +246,7 @@ create_stack_tests.py - CreateStackSuccessTests
+---------------------------------------+---------------+-----------------------------------------------------------+
create_stack_tests.py - CreateStackNegativeTests
---------------------------------------------------
+------------------------------------------------
+----------------------------------------+---------------+-----------------------------------------------------------+
| Test Name | Neutron API | Description |