test: add scenario 'regtest'

This commit is contained in:
Erik Arvstedt 2020-10-16 17:43:19 +02:00
parent 1f96ca67c5
commit 9951f10e74
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 54 additions and 0 deletions

View file

@ -181,6 +181,7 @@ all() {
scenario=default buildTest "$@"
scenario=netns buildTest "$@"
scenario=full buildTest "$@"
scenario=regtest buildTest "$@"
}
build() {