Updated new help message for PTI and removed the help tests for PerformanceTest

This commit is contained in:
Darren Gehring 2020-08-20 14:49:13 -07:00
Родитель ce0534c4c2
Коммит eb4726f709
3 изменённых файлов: 11 добавлений и 4 удалений

Просмотреть файл

@ -81,6 +81,7 @@ namespace AmbrosiaTest
}
//**** Show PT Job Help
/*
[TestMethod]
public void Help_ShowHelp_PTJob_Test()
{
@ -117,7 +118,7 @@ namespace AmbrosiaTest
string workingDir = ConfigurationManager.AppSettings["AsyncPerfTestServerExeWorkingDirectory"] + current_framework;
GenericVerifyHelp(testName, fileName, workingDir);
}
*/
//************* Helper Method *****************

Просмотреть файл

@ -1,6 +1,5 @@
Job name is required.
Server name is required.
Must specify either IC port or both send and receive ports.
Usage: Job.exe [OPTIONS]
Options:
@ -18,4 +17,7 @@ Options:
--nds, --noDescendingSize
Disable message descending size.
-c, --autoContinue Is continued automatically at start
-d, --ICDeploymentMode=VALUE
IC deployment mode specification (SecondProc(
Default)/InProcDeploy/InProcManual)
-h, --help show this message and exit

Просмотреть файл

@ -1,7 +1,5 @@
Job name is required.
Server name is required.
Send port is required.
Receive port is required.
Usage: Server.exe [OPTIONS]
Options:
@ -12,8 +10,14 @@ Options:
--sp, --sendPort=VALUE The service send to port. [REQUIRED]
--nbd, --notBidirectional
Disable bidirectional communication.
--icp, --ICPort=VALUE The IC port, if the IC should be run in proc. Note
that if this is specified, the command line
ports override stored registration settings
-n, --numOfJobs=VALUE The number of jobs.
-u, --upgrading Is upgrading.
-m, --memoryUsed=VALUE Memory used.
-c, --autoContinue Is continued automatically at start
-d, --ICDeploymentMode=VALUE
IC deployment mode specification (SecondProc(
Default)/InProcDeploy/InProcManual)
-h, --help show this message and exit