test: add non-secure-node eval test
This tests that the modules work without the secure-node template. The test currently fails at runtime, but evaluating already helps catching module-related errors.
This commit is contained in:
parent
bb763d6a26
commit
03f8dbba47
2 changed files with 8 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ build() {
|
|||
else
|
||||
scenario=default buildTest "$@"
|
||||
scenario=netns buildTest "$@"
|
||||
scenario=full evalTest "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue