Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/setup/
Dgoogle_sdk.py76 os_type = platform.system().lower()
78 if os_type == LINUX:
80 elif os_type == MAC:
82 elif os_type == WIN:
85 if os_type == LINUX:
87 elif os_type == MAC:
89 elif os_type == WIN:
91 raise errors.OSTypeError("no gcloud for os type: %s" % (os_type))
/tools/test/connectivity/acts/framework/acts/
Dutils.py1526 os_type='Linux', argument
1551 if os_type == 'Darwin':
1559 elif os_type == 'Linux':
1620 os_type = platform.system() if is_local else 'Linux'
1626 os_type=os_type,
/tools/acloud/public/
Dacloud_main.py89 os_type = platform.system().lower() variable
90 if os_type == "linux":
92 elif os_type == "darwin":