Il 13/02/2014 18:14, Lukáš Doktor ha scritto:
One obvious problem here is that, unlike what was announced in http://permalink.gmane.org/gmane.linux.kernel.autotest.virt-test/2599 the "only hmp" is added even if "-c" is passed on the command line. proOh, sorry, my bad. I forgot to disable it when using -c... Anyway the fix is simple: - if self.options.monitor == 'qmp': - self.cartesian_parser.only_filter("qmp") - else: - self.cartesian_parser.only_filter("hmp") + if not self.options.config: + if self.options.monitor == 'qmp': + self.cartesian_parser.only_filter("qmp") + else: + self.cartesian_parser.only_filter("hmp")
No, I don't think so. As I mentioned, even if I add "only hmp" or "only qmp", --list-tests shows no tests.
Paolo _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
