Change on onaptests_bench to run stability tests on sm env

Change settings and hosts on launcher script

Issue-ID: INT-2214
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If62d43f2e103629e35a313847ae97e5a6b90e13d
diff --git a/tox.ini b/tox.ini
index f2bad27..d3a4cfc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,15 +36,13 @@
     /bin/bash -c "coala --non-interactive --disable-caching --no-autoapply-warn py --files $(</tmp/.coalist_py) \ "
 
 [testenv:rst]
-commands_pre =
-    /bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.rst' > /tmp/.coalist_rst"
 deps =
     -r{toxinidir}/docs/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
     -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
 commands =
-  /bin/sh -c "sphinx-build -n -b html docs docs/build/html $(</tmp/.coalist_rst)"
-  /bin/sh -c "sphinx-build -n -b linkcheck docs docs/build/linkcheck $(</tmp/.coalist_rst)"
+  sphinx-build -W -n -b html docs docs/build/html
+  sphinx-build -W -n -b linkcheck docs docs/build/linkcheck
 
 [testenv:md]
 commands_pre =