aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/DFC_FileRetentionSuite.sh
blob: ccdcdf1aec73011d04873beb63f8ddc9c70b0c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

TS_ONELINE_DESCR="DFC file retention (avoid double publish)"

. ../common/testsuite_common.sh

suite_setup

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

run_tc FTC30.sh $1 $2
run_tc FTC31.sh $1 $2
run_tc FTC32.sh $1 $2
run_tc FTC33.sh $1 $2

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

suite_complete