Disable IPv6 test for now due to broken IPv6 support on Travis (see https://github.com/travis-ci/travis-ci/issues/8361)

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-12-26 11:46:07 +01:00
parent a29da6065d
commit 30fb2e7bca
+7 -7
View File
@@ -175,13 +175,13 @@ load 'libs/bats-support/load'
[[ ${lines[2]} == "---EOM---" ]]
}
@test "IPv6 socket connection" {
run bash -c 'echo ">recentBlocked" | nc -v ::1 4711'
echo "output: ${lines[@]}"
[[ ${lines[0]} == "Connection to ::1 4711 port [tcp/*] succeeded!" ]]
[[ ${lines[1]} == "addomain.com" ]]
[[ ${lines[2]} == "---EOM---" ]]
}
# @test "IPv6 socket connection" {
# run bash -c 'echo ">recentBlocked" | nc -v ::1 4711'
# echo "output: ${lines[@]}"
# [[ ${lines[0]} == "Connection to ::1 4711 port [tcp/*] succeeded!" ]]
# [[ ${lines[1]} == "addomain.com" ]]
# [[ ${lines[2]} == "---EOM---" ]]
# }
@test "DB test: Tables created and populated?" {
run bash -c 'sqlite3 pihole-FTL.db .dump'