af9ebf2a8d53d8b04e47f80c8157c0239d4a4a65
[csit.git] / resources / libraries / python / TLDK / TLDKConstants.py
1 # Copyright (c) 2017 Cisco and/or its affiliates.
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
15 """This file defines the constants variables for the TLDK test."""
16
17
18 class TLDKConstants(object):
19     """Define the directory path for the TLDK test."""
20
21     # TLDK testing directory location at topology nodes
22     REMOTE_FW_DIR = '/tmp/TLDK-testing'
23
24     # Shell scripts location
25     TLDK_SCRIPTS = 'TLDK-tests/tldk_scripts'
26
27     # Libraries location
28     TLDK_DEPLIBS = 'TLDK-tests/tldk_deplibs'
29
30     # Config files location for the TLDK test
31     TLDK_TESTCONFIG = 'TLDK-tests/tldk_testconfig'