aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh_testcases/resources/PrhVariables.py
blob: 882a4b9ce234682f285621750a5721061c160179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
'''
Created on Apr 27, 2018

@author: mwagner9
'''

import os

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

DMaaPHttpServerThread = None
DMaaPHTTPD = None
DMaaPIsRobotRun = False

AAIHttpServerThread = None
AAIHTTPD = None
AAIIsRobotRun = False