This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,24 @@ test names in those files will be returned.
11
11
12
12
The module structure required is as follows:
13
13
14
- ModuleBase\\
15
- Diagnostics\\
16
- Simple # simple tests are held in this location
17
- (e.g., ping, serviceendpoint checks)
18
- Comprehensive # comprehensive scenario tests should be placed here
14
+ * ModuleBase\
15
+ * Diagnostics\
16
+ * Simple * simple tests are held in this location (e.g., ping, serviceendpoint checks)*
17
+ * Comprehensive * comprehensive scenario tests should be placed here*
19
18
20
19
21
20
It supplies two cmdlets:
22
-
23
- PS# get-help \ * operationvalidation
21
+ ```
22
+ PS# get-help *operationvalidation
24
23
25
24
Name Category Synopsis
26
25
---- -------- --------
27
26
Get-OperationValidation Function Retrieve the operational tests from modules
28
27
Invoke-OperationValidation Function Invoke the operational tests from modules
28
+ ```
29
29
30
30
## Examples
31
+ ```
31
32
PS>get-operationtest -ModuleName C:\temp\modules\AddNumbers
32
33
33
34
@@ -76,3 +77,4 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
76
77
Passed Scenario targeted tests:The Firewall Rules:A rule for TCP port 3389 is enabled
77
78
Passed Scenario targeted tests:The Firewall Rules:A rule for UDP port 3389 is enabled
78
79
80
+ ```
You can’t perform that action at this time.
0 commit comments