Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | import os |
| 2 | |
| 3 | |
| 4 | def get_environment_variable(env_varstr): |
| 5 | return os.environ.get(env_varstr) |
| 6 | |
| 7 | |
| 8 | DCAE_HEALTH_CHECK_URL = "http://135.205.228.129:8500" |
| 9 | DCAE_HEALTH_CHECK_URL1 = "http://135.205.228.170:8500" |
| 10 | |
Gary Wu | 13111e9 | 2018-09-27 11:31:33 -0700 | [diff] [blame^] | 11 | CommonEventSchemaV5 = get_environment_variable('WORKSPACE') + "/tests/dcaegen2/testcases/assets/json_events/CommonEventFormat_28.3.json" |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 12 | |
| 13 | HttpServerThread = None |
| 14 | HTTPD = None |
| 15 | VESEventQ = None |
| 16 | IsRobotRun = False |
| 17 | |