Merge "Remove unnecessary stuff from oam directory of A1 controller"
[nonrtric.git] / test / auto-test / Suite-interfaces.sh
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