Skip to content

Commit

Permalink
Merge pull request #50843 from bdrung/fix-tests
Browse files Browse the repository at this point in the history
Fix RemoveCapacityFromDiskgroupTestCase require pyvmomi
  • Loading branch information
dwoz authored Dec 12, 2018
2 parents 14d7d1d + 0d00ae4 commit 6ea059d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/modules/test_vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,7 @@ def test_success_output(self):


@skipIf(NO_MOCK, NO_MOCK_REASON)
@skipIf(not HAS_PYVMOMI, 'The \'pyvmomi\' library is missing')
@skipIf(not vsphere.HAS_JSONSCHEMA, 'The \'jsonschema\' library is missing')
class RemoveCapacityFromDiskgroupTestCase(TestCase, LoaderModuleMockMixin):
'''
Expand Down

0 comments on commit 6ea059d

Please sign in to comment.