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:
zhufl
2017-12-08 17:11:43 +08:00
parent 54cf3e446f
commit 8d1c71e7cc

View File

@@ -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::