KCMS Test Suite User's Guide

Test Script Categories

Table 4-1 shows the KCMS API function name and the corresponding script command name that is used by the kcmstest utility. When describing a function being performed, this chapter uses the test script command name.

Table 4-1 Test Script Categories

Category 

KCMS "C" API Function  

Script Command 

Loading profiles 

KcsLoadProfile()

LOAD:

Connecting profiles 

KcsConnectProfile()

CONNECT:

Evaluating profiles 

KcsEvaluateProfile()

EVAL:

Optimizing profiles 

KcsOptimizeProfile()

OPTIMIZE:

Modifying load hints 

KcsModifyLoadHints()

See "Cross-Category API Functions And Script Commands".

Saving profiles 

KcsSaveProfile()

See "Cross-Category API Functions And Script Commands".

Getting attributes 

Setting attributes 

KcsGetAttribute()

KcsSetAttribute()

GETATTR:

SETATTR:

Updating profiles 

KcsUpdateProfile()

UPDATE:

Freeing profiles 

KcsFreeProfile()

See "Cross-Category API Functions And Script Commands".

Enhancements 

No particular function; tests new features and bug fixes