python/tests/ou: unshadow a test
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 01:45:58 +0000 (14:45 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:59 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/tests/samba_tool/ou.py

index 92986a4aafb7914b0db1b7c00dc7c33a1772facd..d318fd3ff8536058dc9a3933a0f2922792be117f 100644 (file)
@@ -224,7 +224,7 @@ class OUCmdTestCase(SambaToolCmdTest):
             found = self.assertMatch(out, str(obj.dn),
                                      "object '%s' not found" % obj.dn)
 
-    def test_list(self):
+    def test_list_full_dn(self):
         (result, out, err) = self.runsubcmd("ou", "list",
                                             "--full-dn")
         self.assertCmdSuccess(result, out, err,