From 081ef137ab4d1325a46a24752b11a60b953c1bb4 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 23:47:07 -0400 Subject: [tests] add another demo gateway --- tests/e2e/check_ip | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/e2e/check_ip b/tests/e2e/check_ip index f9059063..b915d27e 100755 --- a/tests/e2e/check_ip +++ b/tests/e2e/check_ip @@ -4,7 +4,8 @@ import urllib.request import json import sys -DEMO_ISPS = ('Riseup Networks',) +DEMO_ISPS = ('Riseup Networks', + 'Leaseweb Deutschland GmbH') url = 'https://ipapi.co/json' @@ -26,8 +27,10 @@ try: cmd = sys.argv[1] if cmd == 'vpn_on': + print('checking VPN ON...') assert isp in DEMO_ISPS elif cmd == 'vpn_off': + print('checking VPN OFF...') assert isp not in DEMO_ISPS else: raise BadCmd() -- cgit v1.2.3