-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
executable file
·49 lines (43 loc) · 1.33 KB
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!/usr/bin/python
import os
import string
import sys
import commands
import time
import datetime
START_TIMESTR = time.strftime("%d-%b-%Y-%H-%M-%S", time.localtime())
TEST_NAME = "Solaris Sanity " +START_TIMESTR
BRICKS_IPADDRS=['192.168.1.55']
SERVER_EXPORT='/testpool/'
TRANSPORT='tcp'
NUM_BRICKS=1
REPLICA= False
RUNTESTS= True
SETUPBRICKS = False
VOL_PAR=""
NFSSERVER_ADDR=''
FUSE=True
TESTVOLUME=['testvol']
CLIENT_IP='192.168.1.55'
MOUNTPOINT = "/tmp/sanity-testsdir-"+START_TIMESTR+"/"
LOGFILE = "/tmp/testbot-log-"
LOGSCPURL = ""
LOGDOWNLOADURL = "http://shell.gluster.com/~anush/testbot"
LOG_REPO_MACHINE ="[email protected]"
LOG_WEB_DIR="public_html/testbot"
MAILUSER = "[email protected]"
MAILPWD = ""
MAILSRV = "localhost"
MAILRECIEVER = "[email protected]"
TESTVOLUMES = []
START = time.time()
START_TIMESTR = time.strftime("%d-%b-%Y-%H-%M-%S", time.localtime())
END = None
SRC_DOWNLOAD_DIR = "/tmp/sanity-glusterfs-"+START_TIMESTR+"/"
CONTROL_LOGFILE = "/tmp/sanity-control-log-"+START_TIMESTR
TESTS_DOWNLOAD_DIR = "/tmp/sanitytools-"+START_TIMESTR+"/"
TESTBOT_DOWNLOAD_DIR = "/tmp/shehjart-testbot-"+START_TIMESTR+"/"
DAEMONIZE = True
TESTTYPE = ""
TESTNAMES = ["dbench"]
EMAILCONTROLLOG = True