updates to utils
This commit is contained in:
@ -1,11 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CONC="200"
|
CONC="20"
|
||||||
REQU="200"
|
REQU="20"
|
||||||
|
|
||||||
BASE_URL="tower2.thezengarden.net"
|
BASE_URL="tower2.thezengarden.net"
|
||||||
AAP_JOB_ID="9"
|
AAP_JOB_ID="9"
|
||||||
POST_PAYLOAD_PATH="provision.post"
|
POST_PAYLOAD_PATH="empty.post"
|
||||||
|
#POST_PAYLOAD_PATH="provision.post"
|
||||||
POST_PAYLOAD_TYPE="application/json"
|
POST_PAYLOAD_TYPE="application/json"
|
||||||
|
|
||||||
TOWER_USER="admin"
|
TOWER_USER="admin"
|
||||||
|
@ -6,7 +6,7 @@ SLEEP_SECS="400"
|
|||||||
|
|
||||||
BASE_URL="tower2.thezengarden.net"
|
BASE_URL="tower2.thezengarden.net"
|
||||||
AAP_JOB_ID="26"
|
AAP_JOB_ID="26"
|
||||||
POST_PAYLOAD_PATH="test.post"
|
POST_PAYLOAD_PATH="empty.post"
|
||||||
POST_PAYLOAD_TYPE="application/json"
|
POST_PAYLOAD_TYPE="application/json"
|
||||||
|
|
||||||
TOWER_USER="admin"
|
TOWER_USER="admin"
|
||||||
|
Reference in New Issue
Block a user