Move TestResource in-tree

Change-Id: I83c52f099621610f75c3b986c359292606978885
Closes-bug: #1489459
This commit is contained in:
Angus Salkeld 2015-09-02 10:33:09 +10:00
parent fe56541fd5
commit 78a2bb63e1
2 changed files with 4 additions and 7 deletions

View File

@ -27,15 +27,13 @@ LOG = logging.getLogger(__name__)
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.
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='2014.1')
support_status = support.SupportStatus(version='5.0.0')
ACTION_TIMES = (
CREATE_WAIT_SECS, UPDATE_WAIT_SECS, DELETE_WAIT_SECS

View File

@ -28,7 +28,6 @@ fi
echo -e 'notification_driver=messagingv2\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 'encrypt_parameters_and_properties=True\n' >> $localconf