This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ngie
Recipients exarkun, kumar303, ngie, purcell, rhettinger
Date 2009-03-23.21:35:10
SpamBayes Score 1.4989736e-05
Marked as misclassified No
Message-id <1237844130.36.0.442968151449.issue5538@psf.upfronthosting.co.za>
In-reply-to
Content
Excellent point Kumar.

Here's what I'm trying to accomplish...

I'm a part of a team that's testing out IOSd on an up and coming Unix
foundation platform. This requires starting up a series of services,
ensuring that they have come up, and then login to the IOS console, then
IF the user gets their configuration correct (because I'm providing a
means for the user to configure IOS) the setup stage of the testcase
will be complete. IF NOT (and here comes the tricky part), the UUT is in
a really questionable / funky state and I can't be sure if the system is
really usable for additional tests without restarting / reinitializing it.

This in and of itself is more problematic to deal with as that means I'd
need to attach myself to the local console and listen for restart to
complete, then issue configuration parameters to boot up the device,
etc... This is being done once by another Tcl script, so I'm trying to
avoid having to reinvent the wheel for known working methods.

Hopefully that better illustrates the quandary that I'm dealing with :).
History
Date User Action Args
2009-03-23 21:35:30ngiesetrecipients: + ngie, rhettinger, purcell, exarkun, kumar303
2009-03-23 21:35:30ngiesetmessageid: <1237844130.36.0.442968151449.issue5538@psf.upfronthosting.co.za>
2009-03-23 21:35:12ngielinkissue5538 messages
2009-03-23 21:35:10ngiecreate