From 4f0b45798be01727119f770cbaed15b70d4eb3da Mon Sep 17 00:00:00 2001 From: Carlos Nihelton Date: Fri, 16 Dec 2022 12:21:12 +0000 Subject: [PATCH] Answers no longer relevant for wsl_setup Integration tests on wsl_setup variant should not write wsl.conf. --- examples/answers-system-setup-init.yaml | 5 ----- system_setup/tests/golden/answers/wsl.conf | 7 ------- 2 files changed, 12 deletions(-) diff --git a/examples/answers-system-setup-init.yaml b/examples/answers-system-setup-init.yaml index 63e4b643..07261d18 100644 --- a/examples/answers-system-setup-init.yaml +++ b/examples/answers-system-setup-init.yaml @@ -7,10 +7,5 @@ WSLIdentity: username: ubuntu # ubuntu password: '$6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1' -WSLConfigurationBase: - automount_root: '/custom_mnt_path' - automount_options: 'metadata' - network_generatehosts: false - network_generateresolvconf: false Summary: reboot: yes \ No newline at end of file diff --git a/system_setup/tests/golden/answers/wsl.conf b/system_setup/tests/golden/answers/wsl.conf index a110cfe1..e69de29b 100644 --- a/system_setup/tests/golden/answers/wsl.conf +++ b/system_setup/tests/golden/answers/wsl.conf @@ -1,7 +0,0 @@ -[automount] -options = metadata -root = /custom_mnt_path - -[network] -generatehosts = false -generateresolvconf = false