Home | History | Annotate | Download | only in cros

Lines Matching refs:TestEnv

46 TestEnv = enum('staging', 'pnl', 'prod', 'sandbox')
100 if test_env == TestEnv.prod:
104 TestEnv.staging: 'staging.corp',
105 TestEnv.sandbox: 'staging.sandbox',
106 TestEnv.pnl: 'prod-not-live.corp'
109 TestEnv.staging: 'download-staging.corp',
110 TestEnv.sandbox: 'download-staging.sandbox',
111 TestEnv.pnl: 'omaha.sandbox'
130 def initialize(self, test_env=TestEnv.sandbox,
146 TestEnv.staging:
148 TestEnv.sandbox:
150 TestEnv.pnl:
152 TestEnv.prod:
195 TestEnv.to_string[self.test_env])