diff options
author | Steven Pisarski <s.pisarski@cablelabs.com> | 2017-07-27 14:38:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-27 14:38:41 +0000 |
commit | d72efa76ecdff6a0d575dfe92754dc2990c8b712 (patch) | |
tree | b77a72a1d55918335105b28a2ffbe9aea7dcb6b0 /docs/how-to-use | |
parent | 260ab09e46d1f8608c4e29477acce1292eec2d62 (diff) | |
parent | 5f1757326572ce9b5141e828a7a6157ded8bae0d (diff) |
Merge "Expanded project creation tests and validation."
Diffstat (limited to 'docs/how-to-use')
-rw-r--r-- | docs/how-to-use/APITests.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst index 68a1a07..ff0ab45 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -91,6 +91,10 @@ create_project_tests.py - CreateProjectSuccessTests +----------------------------------+---------------+-----------------------------------------------------------+ | Test Name | Keystone API | Description | +==================================+===============+===========================================================+ +| test_create_project_bad_domain | 3 | Ensures that keystone v3 clients using the domain ID | +| | | project setting project creation will fail with an invalid| +| | | domain id/name | ++----------------------------------+---------------+-----------------------------------------------------------+ | test_create_project | 2 & 3 | Tests the creation of a project via the OpenStackProject | | | | class | +----------------------------------+---------------+-----------------------------------------------------------+ |