summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-21 17:54:39 +0200
committerVarac <varac@leap.se>2017-07-21 17:54:39 +0200
commitffec1c990aa5517d517179f721d77f800023a6bd (patch)
treeb0c67cb2ccffff80b30950fe0f7a842623cf7a6d /Makefile
parentc56cdc970110ab8a4f6394fb213cdeee483c3e0f (diff)
[tests] Check egress IP for VPN stepsextend_vpn_tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c9ce3a7e..543447ac 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,13 @@ test_functional_setup:
pip install behave selenium
test_functional:
- xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags @smoke tests/functional/features -k -D host=localhost
+ xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags @smoke tests/functional/features -k --no-capture -D host=localhost
test_functional_graphical:
- behave --tags ~@wip --tags @smoke tests/functional/features -k -D host=localhost
+ behave --tags ~@wip --tags @smoke tests/functional/features -k --no-capture -D host=localhost
+
+test_functional_graphical_wip:
+ behave --tags @wip tests/functional/features -k --no-capture -D host=localhost
install_helpers:
cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/