On 12 March 2013 15:51, Helga Velroyen <[email protected]> wrote: > Hi! > > >> this patch is a fix on top of the last one. I hope this covers all the >> issues you mentioned (sorry for the lint errors). >> >> May I ask why AquireInstance() returns an inst with _template None? This >> way I have to manually set the template inside the test (via >> qa_config.SetInstanceTemplate). I used qa_config.get("os") to get the >> support os. Correct?
Dimitris, I think the problem here is that you are writing new functions to create and delete instances instead of using those in qa_instance. If I haven't misunderstood what you are doing, you should add a function in the ganeti-qa.py file that creates the instance, launches the network tests in qa_network, and then removes the instance. You can select any of the allowed disk template (if the actual template doesn't matter for you). Bernardo
