Start a new topic
Answered

Enabling automatic corrective actions for any test

Can i enable automatic corrective actions for any test? If yes, what are the steps involved?


Best Answer

Solution:


a. Identify the test that requires the automatic corrective action capability (Lets say, you want to enable this feature for HTTPTest..)

 

b. Locate the HTTPTest in eg_specs.ini, under test specification, and include the following parameters before the last comma

 

-correct false -alarmtype H -userparams none -correctivescript none

 

c. Then edit eg_testparam.ini, under [RADIO] section add the entry

 

HTTPTest=correct

 

d. Exclude and include the test from eG console. 


e. In the test configuration page, configure the test with appropriate corrective script to use

 

Note: Administrator has to ensure that corrective scripts are built as per eG specifications for proper functioning.

 


1 Comment

Answer

Solution:


a. Identify the test that requires the automatic corrective action capability (Lets say, you want to enable this feature for HTTPTest..)

 

b. Locate the HTTPTest in eg_specs.ini, under test specification, and include the following parameters before the last comma

 

-correct false -alarmtype H -userparams none -correctivescript none

 

c. Then edit eg_testparam.ini, under [RADIO] section add the entry

 

HTTPTest=correct

 

d. Exclude and include the test from eG console. 


e. In the test configuration page, configure the test with appropriate corrective script to use

 

Note: Administrator has to ensure that corrective scripts are built as per eG specifications for proper functioning.

 


Login to post a comment