summaryrefslogtreecommitdiff
path: root/docker/selenium/launch_selenium_test
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 22:13:14 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 22:13:14 +0100
commitf4ba23448cbe09474d4b1fb4110562ea6b95995c (patch)
tree89f073d2871d340c5e4239398542296cb053b47c /docker/selenium/launch_selenium_test
parent98678dc31ab31e814506d500848786cd2ce6db1c (diff)
downloaddeployment-f4ba23448cbe09474d4b1fb4110562ea6b95995c.tar.gz
deployment-f4ba23448cbe09474d4b1fb4110562ea6b95995c.tar.bz2
deployment-f4ba23448cbe09474d4b1fb4110562ea6b95995c.zip
moving selenium topdir
Diffstat (limited to 'docker/selenium/launch_selenium_test')
-rwxr-xr-xdocker/selenium/launch_selenium_test23
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test
deleted file mode 100755
index 750505e..0000000
--- a/docker/selenium/launch_selenium_test
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# update wallet and pack extension
-(cd $HOME/wallet-webex \
- && git pull \
- && ./configure \
- && make \
- && xvfb-run chromium --pack-extension $HOME/wallet-webex)
-
-eval $(docker-machine env)
-
-# Get fresh image
-if docker restart container_chrome > /dev/null;
-then echo "Chrome container succesfully restarted";
-fi
-
-# Give time to container to get fully operational
-sleep 2
-
-# call python3 selenium script
-python3 $HOME/wallet-webex/selenium/withdraw_buy.py \
- --ext=$HOME/ext.crx \
- --remote=http://$(docker-machine ip):4444/wd/hub