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.
1111
1212The module structure required is as follows:
1313
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*
1918
2019
2120It supplies two cmdlets:
22-
23- PS# get-help \ * operationvalidation
21+ ```
22+ PS# get-help *operationvalidation
2423
2524Name Category Synopsis
2625---- -------- --------
2726Get-OperationValidation Function Retrieve the operational tests from modules
2827Invoke-OperationValidation Function Invoke the operational tests from modules
28+ ```
2929
3030## Examples
31+ ```
3132 PS>get-operationtest -ModuleName C:\temp\modules\AddNumbers
3233
3334
@@ -76,3 +77,4 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
7677 Passed Scenario targeted tests:The Firewall Rules:A rule for TCP port 3389 is enabled
7778 Passed Scenario targeted tests:The Firewall Rules:A rule for UDP port 3389 is enabled
7879
80+ ```
You can’t perform that action at this time.
0 commit comments