* On Tue, Apr 19, 2011 at 04:20:45PM +0800, wuyu8242 wrote: ... > >> when I deleted the mac entry(hwaddr variant) in ifcfg-eth0 of guest, but > >> restart the network service failed. After reboot guest, although the > >> hwaddr variant cannot be assigned mac, this issue still be there. so this > >> mathod doesn't work well. > >> Besides, it should not be modified by hand, this modifying should be made > >> by autotest framework. > > > >Actually, we clean this entry by unattended_install(kickstart). > Then, if i don't run the unattended_install case in a test, this entry will > be the old one? that is to say, when i add the boot, ping, shutdown to the > test, after running the boot case, the entry is the same one as ping case?
unattended_install is used to install guest(preparing images for us), if you remove the mac entry here, the entry will not exist when you execute other tests. _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
