Add default certificates for mrstub
[nonrtric.git] / test / auto-test / Suite-interfaces.sh
index 38eb83a..d57133d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-TS_ONELINE_DESCR="Test suite - interface testing. Agent REST and SNDC controller resconf"
+TS_ONELINE_DESCR="Test suite - interface testing. Agent REST, DMAAP and SNDC controller resconf"
 
 . ../common/testsuite_common.sh
 
@@ -8,8 +8,9 @@ suite_setup
 
 ############# TEST CASES #################
 
-./FTC10.sh $1
-./FTC500.sh $1
+./FTC100.sh $1
+./FTC110.sh $1
+./FTC150.sh $1
 
 ##########################################