Move TestResource in-tree
Change-Id: I83c52f099621610f75c3b986c359292606978885 Closes-bug: #1489459
This commit is contained in:
@@ -27,15 +27,13 @@ LOG = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class TestResource(resource.Resource):
|
class TestResource(resource.Resource):
|
||||||
'''
|
"""A resource which stores the string value that was provided.
|
||||||
A resource which stores the string value that was provided.
|
|
||||||
|
|
||||||
This resource is to be used only for testing.
|
This resource is to be used only for testing.
|
||||||
It has control knobs such as 'update_replace', 'fail', 'wait_secs'
|
It has control knobs such as 'update_replace', 'fail', 'wait_secs'.
|
||||||
|
"""
|
||||||
|
|
||||||
'''
|
support_status = support.SupportStatus(version='5.0.0')
|
||||||
|
|
||||||
support_status = support.SupportStatus(version='2014.1')
|
|
||||||
|
|
||||||
ACTION_TIMES = (
|
ACTION_TIMES = (
|
||||||
CREATE_WAIT_SECS, UPDATE_WAIT_SECS, DELETE_WAIT_SECS
|
CREATE_WAIT_SECS, UPDATE_WAIT_SECS, DELETE_WAIT_SECS
|
||||||
@@ -28,7 +28,6 @@ fi
|
|||||||
|
|
||||||
echo -e 'notification_driver=messagingv2\n' >> $localconf
|
echo -e 'notification_driver=messagingv2\n' >> $localconf
|
||||||
echo -e 'num_engine_workers=4\n' >> $localconf
|
echo -e 'num_engine_workers=4\n' >> $localconf
|
||||||
echo -e 'plugin_dirs=$HEAT_DIR/heat_integrationtests/common/test_resources\n' >> $localconf
|
|
||||||
echo -e 'hidden_stack_tags=hidden\n' >> $localconf
|
echo -e 'hidden_stack_tags=hidden\n' >> $localconf
|
||||||
echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf
|
echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user