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-16 17:30:20 -0400
commit9672d50008418645829c81cf21fa5dd79937ce8f (patch)
tree7f59788050a60a5e96d272e52cd20e0574095ca0 /Makefile
parent185dfdc5c8a4b5711069abaf9d2a883bb4b1cd06 (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 347c4083..bafdd336 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,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/