d57133d1c152faa90b1a225868e1cde65504db6f
[nonrtric.git] / test / auto-test / Suite-interfaces.sh
1 #!/bin/bash
2
3 TS_ONELINE_DESCR="Test suite - interface testing. Agent REST, DMAAP and SNDC controller resconf"
4
5 . ../common/testsuite_common.sh
6
7 suite_setup
8
9 ############# TEST CASES #################
10
11 ./FTC100.sh $1
12 ./FTC110.sh $1
13 ./FTC150.sh $1
14
15 ##########################################
16
17 suite_complete