summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-21 17:54:39 +0200
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:43 -0400
commit300a9b08c07fcd51cc0cf0c4cbd8c3738d6dbdb4 (patch)
tree068ed145e1ebc91a6a4d9195f7af550e9cc4c68d /Makefile
parent39a805929dab586ff77752e86f86a980535f97ef (diff)
[tests] Check egress IP for VPN steps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bf5c6805..35da55c2 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,13 @@ test_functional_setup:
pip install -U 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:
sudo cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/