d30bb439df7b5905bfc25b73d4800ae88fd87d4e
[bottlenecks.git] / vstf / vstf / agent / env / fsmonitor / constant.py
1 """
2 Created on 2015-8-27
3
4 @author: y00228926
5 """
6 VM_UP_Flag_FILE = 'up'
7 VM_CMD_DONE_FLAG_FILE = 'command_done'
8 VM_CMD_RESULT_FILE = 'command_result_data'
9 VM_CMD_SET_FLAG_FILE = 'command_set'
10 VM_CMD_CONTENT_FILE = 'command'
11 VM_CMD_RETURN_CODE_FILE = 'command_result'
12 VM_CMD_EXCUTE_SUCCES_FLAG_CONTENT = 'success'
13 VM_CMD_EXCUTE_FAILED_FLAG_CONTENT = 'fail'
14 VM_CMD_NOT_FOUND = 'comamnd_not_found'
15 VM_UP_TIME_OUT = 120
16 VM_COMMON_CMD_EXCUTE_TIME_OUT = 10
17 FS_MOUNT_POINT = '/mnt/9pfs'