Description of problem: For GUI testing we need machines with graphical adapter included. I didn't find any value based on which I could distinguish if machine has a graphical card or not (does not matter which model). Actual results: No chance to find machine with graphical adapter (or better to say, I didn't find any method) Expected results: Something like VIDEO=1|0
Hi Marian, I believe the following will work for you.. bkr list-systems --xml-filter '<device type="VIDEO"/>' To do the negative you need to be careful though, since machines that haven't been inventoried will show up as well. So I did a query where I added device type NETWORK. bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device type="NETWORK"/>'
(In reply to comment #1) > Hi Marian, > > I believe the following will work for you.. > > bkr list-systems --xml-filter '<device type="VIDEO"/>' > > > To do the negative you need to be careful though, since machines that > haven't been inventoried will show up as well. So I did a query where I > added device type NETWORK. > > bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device > type="NETWORK"/>' Oh! device type. Unfortunately I didn't notice this option. Thank you very much for tip. This absolutely disproves this bug report. :) I am going to use it right now! ...and closing this as a NOTABUG Just a note to quite fine complexity of negative filter. It would be really nice to have such tips documented anywhere. Is it part of beaker documentation?
(In reply to comment #1) > To do the negative you need to be careful though, since machines that > haven't been inventoried will show up as well. So I did a query where I > added device type NETWORK. > > bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device > type="NETWORK"/>' I think this is a bug. Cloned as bug 888048.