Skip to content

validation: test validation test with an empty hostname#640

Merged
liangchenye merged 1 commit intoopencontainers:masterfrom
kinvolk-archives:dongsu/test-empty-hostname
May 24, 2018
Merged

validation: test validation test with an empty hostname#640
liangchenye merged 1 commit intoopencontainers:masterfrom
kinvolk-archives:dongsu/test-empty-hostname

Conversation

@dongsupark
Copy link
Copy Markdown

Check if the hostname test works also with an empty hostname, i.e, setHostname == false.
Also print out TAP results.

Signed-off-by: Dongsu Park dongsu@kinvolk.io

t.Skip(1, fmt.Sprintf("linux-specific namespace test"))
}

if err := testHostname(t, false); err != nil {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change these two tests to one loop?

@liangchenye
Copy link
Copy Markdown
Member

+1 for wrapping the testing code, it is good way to solve
#582

Check if the hostname test works also with an empty hostname, i.e,
`hostname == ""`. Also print out TAP results.

Signed-off-by: Dongsu Park <dongsu@kinvolk.io>
@dongsupark
Copy link
Copy Markdown
Author

@liangchenye Done.
Changed return value to nil, made a loop over the 2 different test cases, got hostname string passed instead of a bool value.

@liangchenye
Copy link
Copy Markdown
Member

liangchenye commented May 24, 2018

LGTM
Thanks

Approved with PullApprove

@liangchenye liangchenye merged commit fdcd30f into opencontainers:master May 24, 2018
@dongsupark dongsupark deleted the dongsu/test-empty-hostname branch May 24, 2018 09:10
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