Fix a misspelled addClassResourceCleanp in tempest doc
This is to fix a misspelled addClassResourceCleanp, which should be addClassResourceCleanup, in tempest doc Change-Id: Ie4cdc9680016feca5f75df193077b1f0edce7e4b
This commit is contained in:
@@ -61,7 +61,7 @@ are a number of predefined phases to setUpClass that are used. The phases are:
|
||||
|
||||
which is executed in that order. Cleanup of resources provisioned during
|
||||
the resource_setup must be scheduled right after provisioning using
|
||||
the addClassResourceCleanp helper. The resource cleanups stacked this way
|
||||
the addClassResourceCleanup helper. The resource cleanups stacked this way
|
||||
are executed in reverse order during tearDownClass, before the cleanup of
|
||||
test credentials takes place. An example of a TestCase which defines all
|
||||
of these would be::
|
||||
|
||||
Reference in New Issue
Block a user