aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/auto-test/SingleFileSuite.sh
blob: 0593c52bbbdf899444637894bc2e0657bbaa637f (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/bin/bash
#
# Modifications copyright (C) 2021 Nokia. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#

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"
./FTC400.sh "$1" "$2"
./FTC401.sh "$1" "$2"
./FTC402.sh "$1" "$2"
./FTC403.sh "$1" "$2"
./FTC404.sh "$1" "$2"

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

suite_complete