VMware: remove unused variable from tests

Commit 6c4b89a2ad added a variable
which was never used.

Change-Id: I6d9391359f25feedbdf822a606c07b0ae9a735be
This commit is contained in:
Gary Kotton
2014-09-29 23:52:14 -07:00
parent 3556e51dfd
commit 6252566270

View File

@@ -19,7 +19,6 @@ from nova import test
from nova.virt.vmwareapi import ds_util
ResultSet = collections.namedtuple('ResultSet', ['objects'])
ResultSetToken = collections.namedtuple('ResultSet', ['objects', 'token'])
ObjectContent = collections.namedtuple('ObjectContent', ['obj', 'propSet'])
DynamicProperty = collections.namedtuple('Property', ['name', 'val'])
MoRef = collections.namedtuple('ManagedObjectReference', ['value'])