lava: Update recursive name server address
authorKienan Stewart <kstewart@efficios.com>
Wed, 17 May 2023 18:00:11 +0000 (14:00 -0400)
committerKienan Stewart <kstewart@efficios.com>
Wed, 17 May 2023 18:00:11 +0000 (14:00 -0400)
172.18.0.12 is still available and working; however, it is deprecated
and the host running the service may be decomissioned in the
future.

Change-Id: Ia717b3c5b73423f690a59e3ee10a18c5c3f44919

lava/system-tests/setup.yml

index bf79fbe0b7a8734fb6d759713b414c881a0431fa..f835548584445f78e736bc8eebfcea6dcd802f75 100644 (file)
@@ -10,7 +10,7 @@ run:
   steps:
     - chmod 755 /
     - systemctl start systemd-timesyncd
-    - echo nameserver 172.18.0.12 > /etc/resolv.conf
+    - echo nameserver 172.18.0.13 > /etc/resolv.conf
     - ip a
     - groupadd tracing
     - depmod -a
This page took 0.023372 seconds and 4 git commands to generate.