-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfigFile
executable file
·40 lines (40 loc) · 1.28 KB
/
configFile
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
[emulator]
root: /home/amit
directory: %(root)s/Downloads/
adb: %(root)s/Android/Sdk/platform-tools/adb
aapt: %(root)s/Android/Sdk/build-tools/27.0.3/aapt
apksigner: %(root)s/Android/Sdk/build-tools/27.0.3/apksigner
localhost: localhost
emulator: %(root)s/Android/Sdk/emulator/emulator
android: %(root)s/Android/Sdk/tools/android
tools: %(root)s/Android/Sdk/tools/
current_directory: %(root)s/git/mobile-monkey/
temp: %(current_directory)stemp/
telnet_key: 5hyqUwuaQH5+fe15
minimum_interval: 5
maximum_interval: 10
monkey_interval: 500
headless: False
seed: 314
duration: 40
uniform_interval: 12
apk_full_path: %(root)s/git/testApps/ride.apk
emulator_name: Nexus6T
emulator_port: 5555
dump_address: %(root)s/git/testApps/dump/
log_file: de.motain.iliga_201706181424_MobileMonkey
log_address: %(root)s/git/testApps/logs/
sample_log: %(log_address)s%(log_file)s.log
monkey_log_file: net.jaqpot.netcounter_201706151747_Monkey
mobile_monkey_log_file: net.jaqpot.netcounter_201706151751_MobileMonkey
monkey_log: %(log_address)s%(monkey_log_file)s.log
mobile_monkey_log: %(log_address)s%(mobile_monkey_log_file)s.log
minimum_keyevent: 5
maximum_keyevent: 10
guided_approach: 1
jarsigner: /usr/bin/jarsigner
key_address: %(root)s/my.keystore
key_alias: amit
key_password: iit123
override_unsigned=0
context_file=0