]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool gpo tests: Fix unintended string concatenations
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 5 May 2022 23:59:28 +0000 (11:59 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 10 May 2022 05:19:34 +0000 (05:19 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/samba/tests/samba_tool/gpo_exts.py
selftest/knownfail.d/gpo [new file with mode: 0644]

index 99c970f35ce48f73613c75166ada28b9b2bb4524..8ee14d1bfae2ea3b45014f7fb1e16279cefe0d5e 100644 (file)
@@ -35,7 +35,7 @@ class GpoCmdTestCase(SambaToolCmdTest):
         lp.load(os.environ['SERVERCONFFILE'])
         local_path = lp.get('path', 'sysvol')
         vgp_xml = os.path.join(local_path, lp.get('realm').lower(), 'Policies',
-                               self.gpo_guid, 'Machine/VGP/VTLA/VAS'
+                               self.gpo_guid, 'Machine/VGP/VTLA/VAS',
                                'HostAccessControl/Allow/manifest.xml')
 
         stage = etree.Element('vgppolicy')
diff --git a/selftest/knownfail.d/gpo b/selftest/knownfail.d/gpo
new file mode 100644 (file)
index 0000000..837f9c7
--- /dev/null
@@ -0,0 +1 @@
+^samba.tests.samba_tool.gpo_exts.samba.tests.samba_tool.gpo_exts.GpoCmdTestCase.test_vgp_access_list