samba-tool: Remove vampire subcommand and now unused libnet_Vampire()
[garming/samba.git] / python / samba / tests / provision.py
index 67f8c18cf10e5ba6a52e7606fc09f2937f1ee5cf..91c66d5234634dd4878a724cc8178885ee30e2e7 100644 (file)
@@ -116,9 +116,6 @@ class Disabled(object):
     def test_join_domain(self):
         raise NotImplementedError(self.test_join_domain)
 
-    def test_vampire(self):
-        raise NotImplementedError(self.test_vampire)
-
 
 class SanitizeServerRoleTests(TestCase):