Include/Exclude Components for Test
| Task | Command | Example |
|---|---|---|
|
Include Components for a test |
eGCLI IncludeComponentsForTest -managerid <Manager ID> -componenttype <Component type> [-testtype <Performance / Configuration>] -testname <Test name> -componentname <Comma-separated list of Component names:Port number> |
eGCLI IncludeComponentsForTest -managerid mgr1 -componenttype 2X Client Gateway -testtype performance -testname 2X Gateway Status -componentname client_1:80,client_2:80 |
|
eGCLI IncludeComponentsForTest -managerid mgr1 -componenttype 2X Client Gateway -testtype configuration -testname Drives -componentname client_1:80,client_2:80 |
||
|
Exclude Components for a test |
eGCLI ExcludeComponentsForTest -managerid <Manager ID> -componenttype <Component type> [-testtype <Performance / Configuration>] -testname <Test name> -componentname <Comma-separated list of Component names:Port number> |
eGCLI ExcludeComponentsForTest -managerid mgr1 -componenttype 2X Client Gateway -testtype performance -testname 2X Gateway Status -componentname client_1:80,client_2:80 |
|
eGCLI ExcludeComponentsForTest -managerid mgr1-componenttype 2X Client Gateway -testtype configuration -testname Drives -componentname client_1:80,client_3:80 |