You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run the any additional integration tests by changing the path to the
40
+
integration test in the previous test.
41
+
42
+
## Microsoft Hyper-V (PowerShell Direct)
43
+
44
+
### Requirements
45
+
46
+
- This requires a host that can run Hyper-V. For example Windows 10
47
+
or Windows Server 2019 on either physical hardware with virtualization
48
+
enabled (BIOS setting) or in a VM that supports nested virtualization.
49
+
50
+
> In Azure (for example) the VM size `Standard E8-4s_v3` supports nested
51
+
> virtualization and have 4 vCPUs and 64 GiB memory.
52
+
53
+
- The host should have enough memory to be able to run at least 4 VMs with
54
+
2GB each simultaneous.
55
+
- The host should also have a disk with enough free
56
+
space to hold the template and 4 VM's plus checkpoints (~150GB should
57
+
suffice).
58
+
59
+
- Internet connectivity is required to create the base VM template (if updates
60
+
should be installed), but the lab that runs the integration tests does _not_
61
+
need Internet connectivity.
4
62
5
63
### Create Hyper-V base image template
6
64
@@ -18,13 +76,13 @@ The below steps will help to create a base image template that will be
18
76
used to create the one or more servers to run tests on.
19
77
20
78
>**Note:** All these steps are expected to be run in the same elevated
21
-
>PowerShell prompt. It also expect that you have downloaded the appropriate
79
+
>PowerShell prompt. It also expects that you have downloaded the appropriate
22
80
>installation media, for example from [Windows Server Evaluations](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019)
23
81
>or the [direct link to the ISO](https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso).
24
82
25
83
<!-- markdownlint-disable MD031 - Fenced code blocks should be surrounded by blank lines -->
26
84
1. Create a Hyper-VM (Generation 2). In an elevated PowerShell prompt run
0 commit comments