Home
last modified time | relevance | path

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

/external/autotest/cli/
Dserver.py62 def __init__(self, hostname_required=True, allow_multiple_hostname=False): argument
90 self.allow_multiple_hostname = allow_multiple_hostname
113 if (self.hostname_required and not self.allow_multiple_hostname and
119 if not self.allow_multiple_hostname or not self.skylab:
259 super(server_create, self).__init__(allow_multiple_hostname=True)