Lines Matching defs:manifest
40 import pkg.manifest as manifest
931 # This should succeed and cause the manifest to be cached.
934 # Now attempt to corrupt the client's copy of the manifest by
1044 """Verify that client manifest cache is managed as expected."""
1053 # Verify that manifest file exists after install.
1059 # Verify that manifest cache file exists after install.
1061 mcpath = os.path.join(mcdir, "manifest.set")
1064 # Verify that manifest cache file and directories do not exist
1069 "manifest cache file '{0}' exists!".format(mcpath)
1071 "manifest cache file directory exists!"
1073 "manifest cache parent directory '{0}' exists!".format(
1076 # Verify that manifest file and directories do not exist after
1079 "manifest file '{0}' exists!".format(mpath)
1081 "manifest directory '{0}' exists!".format(mdir)
1084 # that old manifest is removed, but new remains.
1090 # Verify that old version of package manifest file and directory
1093 "old manifest cache file '{0}' exists!".format(mcpath)
1095 "old manifest cache file directory exists!"
1097 # Verify that new version of package manifest file and directory
1103 mcpath = os.path.join(mcdir, "manifest.set")
1105 # Install foo again, then remove manifest cache files and then
1112 "manifest cache parent directory '{0}' exists!".format(
1117 # Verify that manifest file and directories do not exist after
1120 "manifest file '{0}' exists!".format(mpath)
1122 "manifest directory '{0}' exists!".format(mdir)