aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/SingleFileSuite.sh
blob: bfe9b9e4fdf356550a8c1e5d5609cf96e6e88dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

TS_ONELINE_DESCR="Single file tests suite"

. ../common/testsuite_common.sh

suite_setup

############# TEST CASES #################

./FTC1.sh $1 $2
./FTC2.sh $1 $2
./FTC3.sh $1 $2
./FTC4.sh $1 $2
./FTC5.sh $1 $2
./FTC6.sh $1 $2
./FTC7.sh $1 $2
./FTC8.sh $1 $2
./FTC9.sh $1 $2

##########################################

suite_complete