[Avocado-devel] leave VMs running question

2016-02-04 Thread Andrei Stepanov
Hello. I want somehow specify that avocado-vt test should keep running no matter what test's result is. Is it possible? Currently, _any_ uncaught exception is a result to immediately shutdown VMs. I want specify: 1) in some_test.py that it is FAIL 2) provide cartesian key that VM's should keep

Re: [Avocado-devel] leave VMs running question

2016-02-04 Thread Olav Philipp Henschel
Hi, Regarding the first question: In the repo avocado-vt, file etc/avocado/conf.d/pkvm.conf: # Keep guest running between tests (faster, but unsafe) keep_guest_running = False This makes the VM shutdown between every test. Set to True to keep it running. Also make sure your tests .cfg files don

Re: [Avocado-devel] leave VMs running question

2016-02-04 Thread Andrei Stepanov
I am sorry, I am talking about one test. I have a test that fails. I want to debug it as it is finish. I have next keys: 14:40:32 test L0212 DEBUG| kill_unresponsive_vms = yes 14:40:32 test L0212 DEBUG| kill_vm = no 14:40:32 test L0212 DEBUG| kill_vm_

Re: [Avocado-devel] Avocado 0.31.0 multi user problems

2016-02-04 Thread Cleber Rosa
- Olav Philipp Henschel wrote: > Thanks Cleber, > > I've been able to locate and delete all the files you mentioned. > > Then I proceeded to "make rpm", but it exits with an error: > Error: No Package found for aexpect > Even though it is already install by pip. > > I proceeded anyway with