API: Add collection for 24225/3
[csit.git] / resources / libraries / python / DMM / DMMConstants.py
1 # Copyright (c) 2018 Huawei Technologies Co.,Ltd.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 """This file defines the constants variables for the DMM test."""
15
16 class DMMConstants:
17     """Define the directory path for the DMM test."""
18
19     # DMM testing directory location at topology nodes
20     REMOTE_FW_DIR = '/tmp/DMM-testing'
21
22     # Shell scripts location
23     DMM_SCRIPTS = 'dmm/scripts/csit/'
24
25     # Run scripts location
26     DMM_RUN_SCRIPTS = 'dmm/scripts/csit/run'
27
28     # Libraries location
29     DMM_DEPLIBS = 'tests/dmm/dmm_deplibs'
30
31     # Config files location for the DMM test
32     DMM_TESTCONFIG = 'tests/dmm/dmm_testconfig'