Skip to content

Add manual test for dnsconfd name resolution of kickstart location#1409

Draft
rvykydal wants to merge 1 commit into
rhinstaller:mainfrom
rvykydal:dnsconfd-name-resolution-for-ks-test
Draft

Add manual test for dnsconfd name resolution of kickstart location#1409
rvykydal wants to merge 1 commit into
rhinstaller:mainfrom
rvykydal:dnsconfd-name-resolution-for-ks-test

Conversation

@rvykydal

Copy link
Copy Markdown
Contributor

Run with

dns-global-exclusive-ks-tls-2.sh manual

Run with

dns-global-exclusive-ks-tls-2.sh manual
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"network dns skip-on-rhel manual"}
KICKSTART_NAME=dns-global-exclusive-tls-2

Check warning

Code scanning / ShellCheck

SC2034

KICKSTART_NAME appears unused. Verify use (or export if used externally).

kernel_args() {
. ${tmpdir}/ks_url
echo ${DEFAULT_BOOTOPTS} rd.net.dns=dns+tls://1.1.1.1#one.one.one.one rd.net.dns-resolve-mode=exclusive rd.net.dns-backend=dnsconfd ip=10.0.2.200::10.0.2.2:255.255.255.0:::none inst.ks=${ks_url}

Check warning

Code scanning / ShellCheck

SC2154

ks_url is referenced but not assigned.
@rvykydal

Copy link
Copy Markdown
Contributor Author

/test-os-variants reboot-initial-setup-tui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants