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