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