Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / agent / env / fsmonitor / constant.py
1 ##############################################################################
2 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 VM_UP_Flag_FILE = 'up'
11 VM_CMD_DONE_FLAG_FILE = 'command_done'
12 VM_CMD_RESULT_FILE = 'command_result_data'
13 VM_CMD_SET_FLAG_FILE = 'command_set'
14 VM_CMD_CONTENT_FILE = 'command'
15 VM_CMD_RETURN_CODE_FILE = 'command_result'
16 VM_CMD_EXCUTE_SUCCES_FLAG_CONTENT = 'success'
17 VM_CMD_EXCUTE_FAILED_FLAG_CONTENT = 'fail'
18 VM_CMD_NOT_FOUND = 'comamnd_not_found'
19 VM_UP_TIME_OUT = 120
20 VM_COMMON_CMD_EXCUTE_TIME_OUT = 10
21 FS_MOUNT_POINT = '/mnt/9pfs'