diff options
author | Yang Hongyang <yanghy@cn.fujitsu.com> | 2015-10-07 11:52:22 +0800 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2015-10-12 13:34:32 +0800 |
commit | 89b1273742f45c30927df203532fca0d9a3e1af7 (patch) | |
tree | cef4cfebe2f52ed782f2ee96378e3552dea970d7 /tests/.gitignore | |
parent | 7dbb11c84f25e20301b47a77102db00d68a2c4a4 (diff) | |
download | qemu-89b1273742f45c30927df203532fca0d9a3e1af7.tar.gz qemu-89b1273742f45c30927df203532fca0d9a3e1af7.tar.bz2 qemu-89b1273742f45c30927df203532fca0d9a3e1af7.zip |
tests: add test cases for netfilter object
Using qtest qmp interface to implement following cases:
1) add/remove netfilter
2) add a netfilter then delete the netdev
3) add/remove more than one netfilters
4) add more than one netfilters and then delete the netdev
Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index a607bddce4..65496aa5a6 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -49,5 +49,6 @@ test-vmstate test-write-threshold test-x86-cpuid test-xbzrle +test-netfilter *-test qapi-schema/*.test.* |