summaryrefslogtreecommitdiffstats
path: root/docs/user_guides/03-usage-guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guides/03-usage-guide.rst')
-rw-r--r--docs/user_guides/03-usage-guide.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/user_guides/03-usage-guide.rst b/docs/user_guides/03-usage-guide.rst
index 69eed348..56cc16b3 100644
--- a/docs/user_guides/03-usage-guide.rst
+++ b/docs/user_guides/03-usage-guide.rst
@@ -243,6 +243,33 @@ virtualmachine_1 and then run on virtualmachine_2.
The above field is purely for a decription purpose to explain to
the user the working of the test and is not fed to the framework.
+Running dhrystone with proxy (Optional):
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In order to run the dhrystone on the hosts or vms which can only access the
+public network by proxy, the user needs to add the `Proxy_Environment` info
+in `Context` tag.
+
+::
+
+ Context:
+ Host_Machines:
+ machine_1:
+ ip: 10.20.0.29
+ pw:
+ role: host
+ machine_2:
+ ip: 10.20.0.30
+ pw:
+ role: host
+
+ 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.*
+
Sample dhrystone_vm.yaml file:
------------------------------
::