Ana Guerrero Lopez

Results 28 comments of Ana Guerrero Lopez

I started a discussion about this at https://github.com/avocado-framework/avocado/discussions/4756 The last comment tries to summarize our discussion from today https://github.com/avocado-framework/avocado/discussions/4756#discussioncomment-1023848

Idea: migrate first the setup.py from all the optional_plugins, they should be easy to do.

Hi! As mentioned in https://github.com/avocado-framework/avocado/pull/5044 : The avocado runners don’t need to have manpages. You can link all the avocado-runner to show avocado’s manpage in the Debian packaging. Or if...

> > This is interesting because the [Travis CI s390x jobs pass](https://api.travis-ci.com/v3/job/542041392/log.txt), and I've verified that test is executed: > > ``` > (check-577/1059) selftests/unit/utils/test_process.py:MiscProcessTests.test_get_children_pids: STARTED > (check-577/1059) selftests/unit/utils/test_process.py:MiscProcessTests.test_get_children_pids: PASS...

Here is what I got: * when running `selftests/unit/utils/test_process.py:MiscProcessTests.test_get_children_pids` on travis/s390x, the test starts and stalls until it's killed for inactivity. See: https://app.travis-ci.com/github/ana/avocado/builds/242783564#L1845 The test is run even with the...

Hi @amikan Thanks for submitting this as a separate PR. The files you want to add to avocado, are already packaged in Debian (package https://packages.debian.org/search?keywords=libjs-bootstrap), why don't you use these?...

> @ana Yes, it looks like there are no libs other then already shipped in libjs-bootstrap, libjs-jquery and libjs-jquery-datatables. But I'm afraid it can be an issue if running HTML...

> > Hi @amikan Thanks for submitting this as a separate PR. > > The files you want to add to avocado, are already packaged in Debian (package https://packages.debian.org/search?keywords=libjs-bootstrap), why...

Hi @pmmccorm I can't reproduce this problem. Could you please share more information in how you're installing avocado in the remote node? I installed a fresh VM and after installing...

Thanks @pmmccorm I couldn't reproduce it on fedora34, but I have reproduced it on Debian 11 (bullesye). ``` $ ssh -t [email protected] '~/.local/bin/avocado --show=all run --test-runner nrunner /bin/true /bin/true' [email protected]'s...