mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
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:
+7
-7
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user