From 43151f4e44e64b8436bed234f2dcb60dfc643687 Mon Sep 17 00:00:00 2001 From: spisarski Date: Wed, 29 Nov 2017 13:11:20 -0700 Subject: Cluster template cleanup Removal of negative tests where an invalid keypair is being configured. This test was not operating consistently between pods Update testing documentation Updated some invalid class names in pydoc Change-Id: I7a392e9ed993450de40a20457044ba8294d45044 Signed-off-by: spisarski --- docs/how-to-use/APITests.rst | 4 ---- docs/how-to-use/IntegrationTests.rst | 3 --- 2 files changed, 7 deletions(-) (limited to 'docs') diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst index 86c855f..50cd437 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -562,10 +562,6 @@ magnum_utils_tests.py - MagnumUtilsTests | | | magnum_utils.create_cluster_template() will raise a | | | | BadRequest exception when the image does not exist | +---------------------------------------+---------------+-----------------------------------------------------------+ -| test_create_cluster_template_bad_kp | 1 | Ensures the function | -| | | magnum_utils.create_cluster_template() will raise a | -| | | NotFound exception when the keypair does not exist | -+---------------------------------------+---------------+-----------------------------------------------------------+ | test_create_cluster_template_bad_ext | 1 | Ensures the function | | _net | | magnum_utils.create_cluster_template() will raise a | | | | BadRequest exception when the external network does not | diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 80c93d0..1856bb9 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -695,9 +695,6 @@ cluster_template_tests.py - CreateClusterTemplateTests | | | raise an exception when the image is invalid | +----------------------------------------+---------------+-----------------------------------------------------------+ | test_create_cluster_template_bad | 1 | Tests to ensure OpenStackClusterTemplate#create() will | -| _keypair | | raise an exception when the keypair is invalid | -+----------------------------------------+---------------+-----------------------------------------------------------+ -| test_create_cluster_template_bad | 1 | Tests to ensure OpenStackClusterTemplate#create() will | | _network_driver | | raise an exception when the network driver is invalid | +----------------------------------------+---------------+-----------------------------------------------------------+ | test_create_cluster_template_bad | 1 | Tests to ensure OpenStackClusterTemplate#create() will | -- cgit 1.2.3-korg