KVM test: kvm_config.py: process_content(): look for Op instead of str
commit13e9d7fa1517b0aac92d4401d3c45f70966242d1
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 21 Feb 2011 21:19:12 +0000 (21 21:19 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Mon, 21 Feb 2011 21:19:12 +0000 (21 21:19 +0000)
tree19e53a3c568ce1b1ff2944052f1a93a077cbcbd1
parent860f3da0e7786d5f0c26f0c3787683b9a3b72f5d
KVM test: kvm_config.py: process_content(): look for Op instead of str

Looking for str is a mistake because content should only contains Ops and
Filters.  This is a harmless bug but it should be fixed.

Signed-off-by: Michael Goldish <mgoldish@redhat.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5264 592f7852-d20e-0410-864c-8624ca9c26a4
client/tests/kvm/kvm_config.py