Chris Evich
Chris Evich
@jberkus I glanced through the code here but don't see anywhere the selected distro. (from ``.papr.yml``) is filtered other than the image (in the openstack cloud) existing or not. I'm...
@adelton something like this (no idea if it will work yet). Waiting for https://github.com/cevich/autotest-docker-enabled-product-testing/pull/171 to pass so I can merge it. Then this PR can be tested.
Need to verify that #998 also took care of this
Just to make sure I'm not missing anything, you're starting out clean, no `env` file and no `/tmp/address_pool` file correct? All config files are default, except you changed `base.cfg: nettype=user`...
On 11/12/2013 09:36 PM, Yunping Zheng wrote: > @cevich your step is correct > > > Can you confirm the MAC address of the first nic in the first test...
@ypu Status: fixed bug from second unittest class, and finished writing third class. Found a few more bugs and fixed all except one. Also remembered I'll need a fourth unittest...
@ypu You said this was critical problem, no? Today I fixed many bugs and finished forth unittest class. However, I run tools/run_unittests.py to check, and found I have broken some...
Okay, I just figured out the unittest failures are a timing issue uncovered by my un-related changes. Opened this issue #1074 Now I can start integrating my changes into `virt_vm`,...
@ypu Sorry, forgot to update this yesterday. I've taken a bunch of bug fixes and small enhancements our of my patchset, and separated them to their own PR #1075 and...
@ypu Oh! I just found the cause for all this! A long while ago when I wrote virtnet, I made `vm.__init__()` to always call `super(VM, self).__init__(...)`. That was required for...