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:
Erik Arvstedt
2020-09-27 12:43:35 +02:00
parent bb763d6a26
commit 03f8dbba47
2 changed files with 8 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ build() {
else
scenario=default buildTest "$@"
scenario=netns buildTest "$@"
scenario=full evalTest "$@"
fi
}