This chapter alphabetically presents each of the kcmstest test script commands. For each command, the chapter provides a summary description, the command syntax, and a detailed description of each keyword. Generally, all of the command keywords must be used for a command to execute successfully. The text indicates when certain keywords do not need to be used.
Table 3-1 lists each of the test script commands and the KCMS "C" API function call to which it corresponds.
Table 3-1 Test Script Commands and "C" API Functions
Test Script Command |
KCMS "C" API Function |
---|---|
CONNECT: |
KcsConnectProfile() |
CREATE: |
KcsCreateProfile() |
EVAL: |
KcsEvaluate() |
FREE: |
KcsFreeProfile() |
GETATTR: |
KcsGetAttribute() |
LOAD: |
KcsLoadProfile() |
LOG: |
No specific function. It writes to a log file. |
MODIFYLH: |
KcsModifyLoadHints() |
OPTIMIZE: |
KcsOptimizeProfile() |
SAVE: |
KcsSaveProfile() |
SETATTR: |
KcsSetAttribute() |
UPDATE: |
KcsUpdateProfile() |