On Fri 15 May 2015 04:56:09 AM CEST, Fam Zheng wrote: >> + # If node4 is the active node, the id of the block job is drive0 >> + if self.num_imgs == 5: > > Isn't self.num_imgs a constant (9) ?
Yes, but the number is arbitrary. The idea is to let users change it if they want to, so the test case must be prepared for that. Berto