forked from p15670423/monkey
UT: Remove AWS config fields from data for tests
This commit is contained in:
parent
000620f874
commit
61e3d71968
|
@ -10,9 +10,6 @@
|
|||
"PBA_linux_filename": "test.sh",
|
||||
"PBA_windows_filename": "test.ps1",
|
||||
"alive": true,
|
||||
"aws_access_key_id": "",
|
||||
"aws_secret_access_key": "",
|
||||
"aws_session_token": "",
|
||||
"blocked_ips": ["192.168.1.1", "192.168.1.100"],
|
||||
"command_servers": [
|
||||
"10.197.94.72:5000"
|
||||
|
|
|
@ -41,14 +41,6 @@
|
|||
"general": {
|
||||
"keep_tunnel_open_time": 60
|
||||
},
|
||||
"monkey": {
|
||||
"alive": true,
|
||||
"aws_keys": {
|
||||
"aws_access_key_id": "",
|
||||
"aws_secret_access_key": "",
|
||||
"aws_session_token": ""
|
||||
}
|
||||
},
|
||||
"island_server": {
|
||||
"command_servers": [
|
||||
"192.168.1.37:5000",
|
||||
|
|
Loading…
Reference in New Issue