fix make sync for the current state of the test infra
[bootmanager.git] / source / notify_messages.py
index 0e2b34f..682c854 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-
+#
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
 #
@@ -17,5 +17,8 @@ MSG_INSUFFICIENT_MEMORY= "insufficientmemory"
 MSG_NO_NODE_CONFIG_FILE= "noconfig"
 MSG_AUTH_FAIL= "authfail"
 MSG_NODE_NOT_INSTALLED= "notinstalled"
+MSG_NODE_FILESYSTEM_CORRUPT= "filesystemcorrupted"
+MSG_NODE_MOUNT_FAILED= "mountfailed"
+MSG_NODE_MISSING_KERNEL= "missingkernel"
 MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve"
 MSG_NO_DETECTED_NETWORK= "nodetectednetwork"