ktest.pl: Add a NOT operator
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 15:09:23 +0000 (11:09 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 15:09:23 +0000 (11:09 -0400)
commit167234268cf6cb932ffb180586f3874ae3293a55
treee3a46b3eb4c3239e9a8024687fdf413f0d4eb0d4
parentd53cdda3fda6e737151e091c7d9388c31a73c828
ktest.pl: Add a NOT operator

There is a NOT DEFINED operator, but there is not an operator that can
negate any other expression.

 For example: NOT (${FOO} == boot || ${BAR} == run)

Add the keyword NOT to allow the ktest.pl config files to negate operators.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl