goss icon indicating copy to clipboard operation
goss copied to clipboard

Clarify kernel-param value as string

Open aelsabbahy opened this issue 7 years ago • 3 comments

Clarify the value is a string, to avoid users doing something like this.

KernelParam: net.ipv4.ip_forward: value:
Expected
    <string>: 0
to equal
    <int>: 0

aelsabbahy avatar Apr 05 '17 18:04 aelsabbahy

encourge people to do : goss add to find the syntax too, e.g. "goss add kernel-param net.ipv4.ip_forward"

walidshaari avatar Apr 05 '17 18:04 walidshaari

The PR lookss good. Any chance to get it merged?

zylad avatar May 08 '18 17:05 zylad

Need to just update the docs for now.

aelsabbahy avatar Dec 14 '19 07:12 aelsabbahy