I am using autotest for regression testing of site-specific software, 
reusing
the structure of the KVM framework where possible.

In one client test, I'm using the function "utils.system_output(cmd, 
retain_output=True)"
to capture stdout of the command.  When initiated through the Autotest 
web front-end,
the stdout content is blank, although the command worked fine in other 
respects.

When initiated on the client directly with "bin/autotest 
control.autoserv", stdout is
correctly captured and processed.

Is this a known bug?  Is there anything special I need to do to capture 
stdout when
the test is run from the server front-end?

Regards,
Glen

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to