VirtualBox

Ignore:
Timestamp:
Jan 24, 2018 6:28:12 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120486
Message:

tdExoticOrAncient1.py,vbox.py: Got the serial port output parsing going. The dos20 and dos71 test VMs works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/smoketests/tdExoticOrAncient1.py

    r70695 r70731  
    102102        self.logVmInfo(oVM);
    103103        if oTestVm.fGrouping & self.oTestVmManager.kfGrpNoTxs:
    104             pass;   ## @todo serial port VMs.
    105         else:
    106             oSession, _ = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True);
    107             if oSession is not None:
    108                 self.terminateVmBySession(oSession)
    109                 return True;
    110         return None;
     104            sResult = self.runVmAndMonitorComRawFile(oTestVm.sVmName, oTestVm.sCom1RawFile);
     105            return sResult == 'PASSED';
     106        oSession, _ = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True);
     107        if oSession is not None:
     108            return self.terminateVmBySession(oSession);
     109        return False;
    111110
    112111if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette