functionalprep.sh: New test for ensuring that the prep works correctly
[samba.git] / selftest / tests.py
index 713e9d3fbcd35d606975b764f24fa863a765579c..1966c286835de0c0361d504f90ae255b2a6b43a9 100644 (file)
@@ -136,6 +136,11 @@ plantestsuite(
     ["PYTHON=%s" % python,
      os.path.join(bbdir, "schemaupgrade.sh"),
      '$PREFIX_ABS/provision', configuration])
+plantestsuite(
+    "samba4.blackbox.functionalprep", "none",
+    ["PYTHON=%s" % python,
+     os.path.join(bbdir, "functionalprep.sh"),
+     '$PREFIX_ABS/provision', configuration])
 planpythontestsuite("none", "samba.tests.upgradeprovision")
 planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.ntacls")