@@ -27,14 +27,14 @@ A GNU Make `Makefile` drives the process via the following targets:
27
27
make test # Run tests against all the boxes
28
28
make list # Print out individual targets
29
29
make clean # Clean up build detritus
30
-
30
+
31
31
### Tests
32
32
33
33
The tests are written in [ Serverspec] ( http://serverspec.org ) and require the
34
34
` vagrant-serverspec ` plugin to be installed with:
35
35
36
36
vagrant plugin install vagrant-serverspec
37
-
37
+
38
38
The ` Makefile ` has individual targets for each box type with the prefix
39
39
` test-* ` should you wish to run tests individually for each box.
40
40
@@ -44,7 +44,7 @@ do exploratory testing. For example, to do exploratory testing
44
44
on the VirtualBox training environmnet, run the following command:
45
45
46
46
make ssh-box/virtualbox/win2008r2-standard-nocm.box
47
-
47
+
48
48
Upon logout ` make ssh-* ` will automatically de-register the box as well.
49
49
50
50
### Makefile.local override
@@ -76,20 +76,25 @@ for the Windows install ISO files.
76
76
77
77
For Windows, the ISO path variables are:
78
78
79
+ * ` EVAL_WIN2008R2_X64 `
80
+ * ` EVAL_WIN2012R2_X64 `
81
+ * ` EVAL_WIN7_X64 `
82
+ * ` EVAL_WIN81_X64 `
79
83
* ` WIN2008R2_X64 `
80
84
* ` WIN2012_X64 `
81
- * ` WIN2012R2_EVAL_X64 `
82
85
* ` WIN2012R2_X64 `
83
86
* ` WIN7_X64_ENTERPRISE `
84
87
* ` WIN7_X64_PRO `
85
88
* ` WIN7_X86_ENTERPRISE `
86
89
* ` WIN7_X86_PRO `
90
+ * ` WIN81_X64_ENTERPRISE `
91
+ * ` WIN81_X64_PRO `
92
+ * ` WIN81_X86_ENTERPRISE `
93
+ * ` WIN81_X86_PRO `
87
94
* ` WIN8_X64_ENTERPRISE `
88
- * ` WIN8_X86_ENTERPRISE `
89
95
* ` WIN8_X64_PRO `
96
+ * ` WIN8_X86_ENTERPRISE `
90
97
* ` WIN8_X86_PRO `
91
- * ` WIN81_X64_ENTERPRISE `
92
- * ` WIN81_X64_PRO `
93
98
94
99
You can also override these setting, such as with
95
100
`WIN81_X64_PRO := file:///Volumes/MSDN/en_windows_8.1_professional_vl_with_update_x64_dvd_4065194.iso
0 commit comments