fuel-web/nailgun/nailgun/test/integration
Andriy Popovych 9f77fda680 Replace all occurrences of $ with $$ in vCenter
Backport from 6.1

OpenStack services may reference to previously defined variable in
configuration files using $ (dollar sign), e.g. 'metadata_host =
$my_ip'. Interpolation can be avoided by using $$.  Passwords often
contain metachars and $ is one of them.  We must replace all $
occurrences with $$, otherwise service will fail to start because it
cannot interpolate non-existing variable.

Change-Id: I0d7d9f2d7f0ccaa3310c865a7f467c377c067442
Closes-bug: #1436083
2015-05-13 12:24:18 +03:00
..
__init__.py Package for integration tests 2013-09-16 17:25:12 +03:00
test_action_logs.py Only UTC datetime used for action_log creation 2015-04-23 10:51:11 +03:00
test_api_doc_generation.py New project structure for OS-like API versioning 2014-05-20 18:17:26 +04:00
test_assassin.py Standalone servers for keepalive and receiver 2014-02-13 18:00:20 +04:00
test_attributes.py Add generators for editable attributes 2014-11-06 17:02:55 +02:00
test_auth_token.py Add cookie-based authentication along with X-Auth-Token 2014-10-08 08:54:21 +02:00
test_capacity_handler.py Allow node interfaces update if it's in 'discover' or 'error' state 2015-04-02 18:46:37 +03:00
test_changes_model.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_charset_issues.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_cluster_changes_handler.py Serialize default_gateway/other_nets for 6.0 only 2014-12-17 17:51:03 +00:00
test_cluster_collection_handlers.py Speed up ClusterChangesHandler 2014-12-02 15:04:00 +01:00
test_cluster_handler.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_cluster_scaling.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_db_refresh.py Only UTC datetime used for action_log creation 2015-04-23 10:51:11 +03:00
test_deletion_task.py Do not call Zabbix in case of deletion of cluster 2015-03-10 05:55:25 +00:00
test_deployment_error_handling.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_fixture_uploading.py Use jsonutils instead of json module 2014-06-04 18:03:55 +04:00
test_horizon_url.py Speed up ClusterChangesHandler 2014-12-02 15:04:00 +01:00
test_master_node_settings_handler.py Customer contacts added into statistics info 2014-11-25 20:06:09 +04:00
test_mellanox_orchestrator_serializer.py Adding intel_iommu=on kernel parameter on Mellanox deployment 2014-11-18 22:33:49 +02:00
test_network_configuration.py Allow node interfaces update if it's in 'discover' or 'error' state 2015-04-02 18:46:37 +03:00
test_network_manager.py Speed up ClusterChangesHandler 2014-12-02 15:04:00 +01:00
test_network_models.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_network_validation.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_network_verification_manager.py Add subtask to network verification based on cluster 2014-07-17 13:03:10 +03:00
test_node_allocation_stats_handler.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_node_collection_handlers.py Validate HTTP PUT requests of node handler 2014-12-04 15:04:39 +02:00
test_node_handler.py Validate HTTP PUT requests of node handler 2014-12-04 15:04:39 +02:00
test_node_nic_assignment.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_node_nic_collection_handler.py Allow node interfaces update if it's in 'discover' or 'error' state 2015-04-02 18:46:37 +03:00
test_node_nic_handlers_w_bonding.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_notification.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_orchestrator_handlers.py Changed get_nodes method in DeploySelectedNodes 2014-11-25 12:37:02 +03:00
test_orchestrator_serializer.py Replace all occurrences of $ with $$ in vCenter 2015-05-13 12:24:18 +03:00
test_plugins_api.py In case of several plugins, nailgun should use the newest 2014-11-22 17:31:19 +00:00
test_provisioning.py Allow multiple networks to be created per cluster 2014-10-30 10:59:49 -07:00
test_provisioning_serializer.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_public_api.py Remove capacity/csv from public URLs 2014-10-09 18:18:57 +02:00
test_put_same_json.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_release_networks_handler.py Add support for release network_metadata serialziation 2014-11-06 15:33:05 +02:00
test_removed_handler.py Add handler for removed services 2014-10-05 13:24:53 +03:00
test_reset_environment.py change assert(Not)Equals to assert(Not)Equal 2014-06-23 16:23:27 +03:00
test_roles.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_rpc_consumer.py Merge "Speed up ClusterChangesHandler" 2014-12-03 09:31:14 +00:00
test_stop_deployment.py Allow multiple networks to be created per cluster 2014-10-30 10:59:49 -07:00
test_task_logging.py Only UTC datetime used for action_log creation 2015-04-23 10:51:11 +03:00
test_task_managers.py Only UTC datetime used for action_log creation 2015-04-23 10:51:11 +03:00
test_verify_networks_task_manager.py Refactoring JSON serialization of response object 2014-10-02 18:06:54 +03:00
test_volume_manager.py Use jsonutils instead of json module 2014-06-04 18:03:55 +04:00