From 503ce2e488790ce1dcb2b96e053ff2985d6a0357 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 20 May 2022 10:15:17 -0500 Subject: [PATCH] auto-t: Use NameResolvingService=none Since this test isn't actually running name resolving service of any kind, use NameResolvingService=none to quiet down the logs. --- autotests/testNetconfig/main.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/testNetconfig/main.conf b/autotests/testNetconfig/main.conf index b05962e6..1ffe2be1 100644 --- a/autotests/testNetconfig/main.conf +++ b/autotests/testNetconfig/main.conf @@ -3,3 +3,4 @@ EnableNetworkConfiguration=true [Network] EnableIPv6=true +NameResolvingService=none