Skip to content

Commit 587c7d5

Browse files
committed
robotframework脚本合入
1 parent 77cf80b commit 587c7d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*** Variables ***
2+
${IMAGE PATH} ${CURDIR}/../Image
3+
${SSH_HOST} 127.0.0.1
4+
${SSH_USERNAME} root
5+
${SSH_PASSWORD} 123456
6+
${MYSQL_HOST} 127.0.0.1
7+
${MYSQL_PORT} 3308
8+
${MYSQL_USER} root
9+
${MYSQL_PASSWORD} 456789
10+
${MYSQL_DATABASE} student
11+
${REDIS_HOST} 127.0.0.1
12+
${REDIS_PORT} 6380
13+
${REDIS_PASSWORD} 456789

0 commit comments

Comments
 (0)