BjornMagnussonXA | 80a9200 | 2020-03-19 14:31:06 +0100 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | TS_ONELINE_DESCR="Test suite - interface testing. Agent REST and SNDC controller resconf" | ||||
4 | |||||
5 | . ../common/testsuite_common.sh | ||||
6 | |||||
7 | suite_setup | ||||
8 | |||||
9 | ############# TEST CASES ################# | ||||
10 | |||||
11 | ./FTC10.sh $1 | ||||
12 | ./FTC500.sh $1 | ||||
13 | |||||
14 | ########################################## | ||||
15 | |||||
16 | suite_complete |