aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/SingleFileSuite.sh
blob: 9e3d59c84f4fe8c5a05c41a9c18d212a4a9f8950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/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

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

suite_complete