summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/agent/env/fsmonitor/constant.py
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/vstf/agent/env/fsmonitor/constant.py')
-rwxr-xr-xvstf/vstf/agent/env/fsmonitor/constant.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/vstf/vstf/agent/env/fsmonitor/constant.py b/vstf/vstf/agent/env/fsmonitor/constant.py
new file mode 100755
index 00000000..d30bb439
--- /dev/null
+++ b/vstf/vstf/agent/env/fsmonitor/constant.py
@@ -0,0 +1,17 @@
+"""
+Created on 2015-8-27
+
+@author: y00228926
+"""
+VM_UP_Flag_FILE = 'up'
+VM_CMD_DONE_FLAG_FILE = 'command_done'
+VM_CMD_RESULT_FILE = 'command_result_data'
+VM_CMD_SET_FLAG_FILE = 'command_set'
+VM_CMD_CONTENT_FILE = 'command'
+VM_CMD_RETURN_CODE_FILE = 'command_result'
+VM_CMD_EXCUTE_SUCCES_FLAG_CONTENT = 'success'
+VM_CMD_EXCUTE_FAILED_FLAG_CONTENT = 'fail'
+VM_CMD_NOT_FOUND = 'comamnd_not_found'
+VM_UP_TIME_OUT = 120
+VM_COMMON_CMD_EXCUTE_TIME_OUT = 10
+FS_MOUNT_POINT = '/mnt/9pfs' \ No newline at end of file