Changeset 164 for trunk/test/testext.sh


Ignore:
Timestamp:
Feb 6, 2008, 10:31:00 PM (17 years ago)
Author:
katerina
Message:

Add 'closecommand' directive for external commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testext.sh

    r51 r164  
    9494        echo "SetChecksum=$CHKSUM"          >> testrc_1ext
    9595        echo "SetFilterOr=ALERT"            >> testrc_1ext
     96        echo "CloseCommand"                 >> testrc_1ext
     97        echo "OpenCommand=$PW_DIR/test_ext" >> testrc_1ext
     98        echo "SetType=log"                  >> testrc_1ext
     99        echo "SetChecksum=$CHKSUM"          >> testrc_1ext
     100        echo "SetFilterOr=ALERT"            >> testrc_1ext
    96101   
    97102        rm -f $PW_DIR/test_ext.res
     
    111116
    112117        tmp=`cat $PW_DIR/test_ext.res | wc -l`
    113         if [ $tmp -eq 4 ]; then
     118        if [ $tmp -eq 8 ]; then
    114119            tmp=`egrep 'RECV: \[EOF\]' $PW_DIR/test_ext.res | wc -l`
    115             if [ $tmp -eq 2 ]; then
     120            if [ $tmp -eq 4 ]; then
    116121                tmp=`egrep 'RECV: ALERT' $PW_DIR/test_ext.res | wc -l`
    117                 if [ $tmp -eq 2 ]; then
     122                if [ $tmp -eq 4 ]; then
    118123                    log_ok 1 ${MAXTEST};
    119124                else
Note: See TracChangeset for help on using the changeset viewer.