summaryrefslogtreecommitdiffstats
path: root/docs/sample_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r--docs/sample_config.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index eae9ea20..8dcaa11c 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -28,6 +28,11 @@ Context:
OS_image: QTIP_CentOS
flavor: m1.large
role: server
+#Proxy_Environment key was optional.If all the Machines could access the public network, no need to define Proxy_Environment.Could be used later for getting http,https proxy infos which would be setted on all the Host_Manchines and Virtual_Machines.
+ Proxy_Environment:
+ http_proxy: http://10.20.0.1:8118
+ https_proxy: http://10.20.0.1:8118
+ no_proxy: localhost,127.0.0.1,10.20.*,192.168.*
# A general description of the testcase. Could be used later for reports.
Test_Description:
@@ -43,5 +48,3 @@ Test_Description:
OS_image:
flavor:
role: '''
-
-