[PATCH] [TEST] Removed the unused status and return statement

# HG changeset patch # User Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> # Date 1242904875 25200 # Node ID 9b2b34f16bd6f04af4b3b8909e258a6a8f168b03 # Parent b88e452523d773787c9ea2e4b46505fd9df5ba76 [TEST] Removed the unused status and return statement. Tested with KVM on F10 with current sources. Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> diff -r b88e452523d7 -r 9b2b34f16bd6 suites/libvirt-cim/cimtest/RASD/06_parent_net_pool.py --- a/suites/libvirt-cim/cimtest/RASD/06_parent_net_pool.py Thu May 21 04:11:39 2009 -0700 +++ b/suites/libvirt-cim/cimtest/RASD/06_parent_net_pool.py Thu May 21 04:21:15 2009 -0700 @@ -67,7 +67,6 @@ options = main.options virt = options.virt server = options.ip - status = FAIL netpool_rasd = get_pool_rasds(server, virt, filter_default=False) inst_list = [ 'Default', 'Minimum', 'Maximum', 'Increment' ] n_rec_val = { 'ResourceType' : 10, @@ -110,7 +109,5 @@ return PASS - - return status if __name__ == "__main__": sys.exit(main())
participants (1)
-
Deepti B. Kalakeri