FRNET: Add 'control' section

FR_Tests already had a control section, but FRNET_Tests didn't have one,
let's change that.

Change-Id: If08fa3572050fcd794be054afd4ebc44cd6580f6
This commit is contained in:
Harald Welte 2020-11-11 19:03:41 +01:00
parent a05b2bc8a3
commit d077075b5e
1 changed files with 4 additions and 0 deletions

View File

@ -76,5 +76,9 @@ testcase TC_foo() runs on test_CT {
}
}
control {
execute( TC_foo() );
}
}