Lukáš Doktor
Lukáš Doktor
@beraldoleal the reason for using list in `--show` is that it is a global argument after which the subcommand should come but the parser is not able to tell whether...
Log from reproducer with modified `softlockup` test which always fails: # Test 1: Fedora.17.64.softlockup ... 13:47:03 WARNI| Creating new, empty env file 13:47:03 DEBUG| Starting tcpdump '/usr/sbin/tcpdump -npvi any 'dst...
Hi @clebergnu , unfortunately I did not. I can only report that without Chris's network rework it works fine. I tried to debug and compare different runs but I always...
That's great, thank you :-D
Hello @zhaoguanghui, would you please extend the description? Probably the reproducer, some output with expected and actual output?
Yep, I'd suggest changing the order to `python3, python2, python` and maybe even explicit `/usr/libexec/platform-python`. The check should be pretty fast and this should cover most cases in the recommended...
> > Yep, I'd suggest changing the order to `python3, python2, python` and maybe even explicit `/usr/libexec/platform-python`. The check should be pretty fast and this should cover most cases in...
Hello @YongxueHong, ideally the log function would be implemented in aexpect. @pevogam what do you think about that? But for now we can simply change the default None (see #2984)...
Hello @pevogam, the difference is that before Avocado-vt only supported `log_filename` and it created the `log_function` when needed. This was very convenient but you are right that less flexible than...
@pevogam and yes, my PR is a step backward, more like an example on how to deal with this situation. Real fix should go to aexpect and avocado-vt should adjust...