Enabling automatic corrective actions for any test

Posted over 10 years ago by Mike Tompkins

Post a topic
Answered
M
Mike Tompkins

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

0 Votes

A

Administrator posted over 10 years ago Admin 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.

 


0 Votes


1 Comments

A

Administrator posted over 10 years ago Admin 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.

 


0 Votes

Login to post a comment