Description of problem: When searching tasks and distro trees via command tag and xml, it will return all the tasks and distro trees. Version-Release number of selected component (if applicable): beaker-0.12.1-1.git.199.c06a860.el6eng.noarch beaker-client-0.12.1-1.git.199.c06a860.el6eng.noarch How reproducible: always Steps to Reproduce: 1.bkr job-list --tag active 2.bkr distro-trees-list --xml-filter ***.xml Actual results: List all the jobs and distro trees. Expected results: List valid jobs and distro trees we need. Additional info:
the issue of 'step1.bkr job-list --tag active' is duplicated of bug 971219
(In reply to wangjing from comment #1) > the issue of 'step1.bkr job-list --tag active' is duplicated of bug 971219 bkr distro-trees-list --xml-filter='<distro_arch op="=" value="x86_64"/><distro_variant op="=" value="Fedora"/><distro_family op="=" value="Fedora18"/>' --limit=1 It can works. I pretty sure you are using it in a wrong way.