aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcae/testcases/resources/DcaeVariables.py
blob: e2f1867e1b2ef0568efe6acef34e45e718ae400f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import os, time

def GetEnvironmentVariable(envVarstr):
    return os.environ.get(envVarstr)

DCAE_HEALTH_CHECK_URL = "http://135.205.228.129:8500"
DCAE_HEALTH_CHECK_URL1 = "http://135.205.228.170:8500"

CommonEventSchemaV5  = GetEnvironmentVariable('WORKSPACE') + "/test/csit/tests/dcae/testcases/assets/json_events/CommonEventFormat_28.3.json"

HttpServerThread = None
HTTPD = None
VESEventQ = None
IsRobotRun = False