Lucas Meneghel
Lucas Meneghel
@benoit-canet, please take a look at these simple changes.
Hi @mengcl. `control.autoserv` only exists when you use `autotest-remote` to run tests on a remote machine. When you use `autotest-remote`, the control file you selected gets copied to the remote...
Long story short, autotest still uses an old version of Django and we are having trouble to actually commit the time to upgrade it to the latest stable Django. I...
The later. No need to sign a CLA to contribute to autotest.
The autotest service is likely not running. Please restart it. On Mon, Oct 24, 2016, 7:49 AM yesuraj [email protected] wrote: > Hi, > i had installed autotest in ubuntu14.04 as...
No. `parallel_simple` will spawn different subprocesses for each worker. What you can do is to make install autotest very quick and then it wouldn't be much of a problem.
That's a github outage, I'm afraid we can't do much about that.
Yep, all 3 issues you opened all seem related to the fact the script failed because it couldn't git clone autotest, because github was having trouble at the time. I'd...
It seems clear that the failures you are seeing are due to no development packages installed on your test system (no make, no patch installed). You have to install development...
GCC, make, autoconf... On Fedora and Ubuntu/Debian, most of them can be installed with: ``` yum groupinstall "Development Tools" apt-get install build-essential ``` This won't install each and every package...