adding a alpine compatible list.sh

This commit is contained in:
diginc
2017-05-13 18:43:34 -05:00
parent 2c44470e0f
commit 0e2b77577d
4 changed files with 237 additions and 10 deletions

View File

@@ -3,11 +3,6 @@ import re
DEFAULTARGS = '-e ServerIP="127.0.0.1" '
# Override these docker command pieces to minimize parameter repititon
@pytest.fixture()
def cmd(request):
return 'tail -f /dev/null'
@pytest.mark.parametrize('args,expected_ipv6,expected_stdout', [
(DEFAULTARGS, True, 'IPv4 and IPv6'),
(DEFAULTARGS + '-e "IPv6=True"', True, 'IPv4 and IPv6'),