Commit 4a6fcd97 authored by Xiang Ji's avatar Xiang Ji Committed by Commit Bot

Using Windows Server 2016 to host a more stable Go Http server for UI tests


Validation: tryjob

Bug: 1105203
Change-Id: Ife6434732a999e32a44868bcf7bb996a72e907f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533308Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Xiang Ji <jxiang@google.com>
Cr-Commit-Position: refs/heads/master@{#827057}
parent 782b9d89
...@@ -40,7 +40,7 @@ class ChromeEnterpriseTestCase(EnterpriseTestCase): ...@@ -40,7 +40,7 @@ class ChromeEnterpriseTestCase(EnterpriseTestCase):
'dc': 'win2019-dc', 'dc': 'win2019-dc',
} }
# Current Win Server version for testing # Current Win Server version for testing
win_config = win_2019_config win_config = win_2016_config
def InstallChrome(self, instance_name): def InstallChrome(self, instance_name):
"""Installs chrome. """Installs chrome.
......
...@@ -10,20 +10,20 @@ ad_domain { ...@@ -10,20 +10,20 @@ ad_domain {
netbios_name: 'example' netbios_name: 'example'
domain_controller { domain_controller {
windows_machine: 'win2019-dc' windows_machine: 'win2016-dc'
} }
} }
# the domain controller. # the domain controller.
windows_machine { windows_machine {
name: 'win2019-dc' name: 'win2016-dc'
machine_type: 'win2019' machine_type: 'win2016'
network_interface { network: 'primary' } network_interface { network: 'primary' }
} }
windows_machine { windows_machine {
name: 'client2019' name: 'client2016'
machine_type: 'win2019' machine_type: 'win2016'
network_interface { network: 'primary' } network_interface { network: 'primary' }
container { ad_domain: 'test1.com' } container { ad_domain: 'test1.com' }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment