From 47e1dd34df822d83e11fcade1d831573dd9f3c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Fri, 25 Mar 2022 16:34:23 +0200 Subject: [PATCH] CI: Add dns entry for network test server (not docker) Servername qt-test-server is still used as local server name in tests like networkselftest. Change-Id: Iadda2254d4a45e95f90523cae90518fa74b24d6c Reviewed-by: Dimitrios Apostolou (cherry picked from commit 6f5c0fbdf01894a29a961e69574b0ccd8d36e48f) Reviewed-by: Qt Cherry-pick Bot --- .../linux/qnx_qemu_build_files/local/misc_files/etc/hosts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coin/provisioning/common/linux/qnx_qemu_build_files/local/misc_files/etc/hosts b/coin/provisioning/common/linux/qnx_qemu_build_files/local/misc_files/etc/hosts index 4045dc28..bb7d0449 100644 --- a/coin/provisioning/common/linux/qnx_qemu_build_files/local/misc_files/etc/hosts +++ b/coin/provisioning/common/linux/qnx_qemu_build_files/local/misc_files/etc/hosts @@ -9,3 +9,7 @@ 172.31.1.1 cyrus cyrus.test-net.qt.local 172.31.1.1 echo echo.test-net.qt.local 172.31.1.1 iptables iptables.test-net.qt.local + +# For network test server which is still used on some test +# like networkselftest for local dns resolution +172.31.1.1 qt-test-server