From cbd9af45e80c9e1922cb2046bd9b5737d4d51abb Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 19 Mar 2018 11:54:34 -0600 Subject: Added ability to set several quota settings upon project creation. JIRA: SNAPS-275 Change-Id: Ibab81e835dddcb666fb3c829857b1c4676b57ed1 Signed-off-by: spisarski --- docs/how-to-use/APITests.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/how-to-use/APITests.rst') diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst index 6239a08..9f46839 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -104,6 +104,9 @@ create_project_tests.py - CreateProjectSuccessTests | test_create_project | 2 & 3 | Tests the creation of a project via the OpenStackProject | | | | class | +----------------------------------+---------------+-----------------------------------------------------------+ +| test_create_project_quota | 2 & 3 | Tests the creation of a project via the OpenStackProject | +| _override | | class with overriding the default quota values | ++----------------------------------+---------------+-----------------------------------------------------------+ | test_create_project_2x | 2 & 3 | Tests the creation of a project a second time via the | | | | OpenStackProject class to ensure it is only created once | +----------------------------------+---------------+-----------------------------------------------------------+ -- cgit 1.2.3-korg