Home
last modified time | relevance | path

Searched refs:executeShellCommand (Results 1 – 25 of 180) sorted by relevance

12345678

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java101 EasyMock.expect(mMockITestDevice.executeShellCommand(EasyMock.contains("chmod"))) in testRun()
103 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun()
105 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), EasyMock.same(mMockReceiver), in testRun()
110 mMockITestDevice.executeShellCommand( in testRun()
117 mMockITestDevice.executeShellCommand( in testRun()
179 EasyMock.expect(mMockITestDevice.executeShellCommand(EasyMock.contains("chmod"))) in testRun_withModuleName()
181 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun_withModuleName()
183 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), EasyMock.same(mMockReceiver), in testRun_withModuleName()
187 mMockITestDevice.executeShellCommand( in testRun_withModuleName()
193 mMockITestDevice.executeShellCommand( in testRun_withModuleName()
[all …]
DDeviceBatteryLevelCheckerTest.java63 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in DeviceBatteryLevelCheckerTest.TestableTestDevice
64 return mFakeTestDevice.executeShellCommand(command); in executeShellCommand()
116 EasyMock.expect(mFakeTestDevice.executeShellCommand("svc power stayon false")) in testLow()
118 EasyMock.expect(mFakeTestDevice.executeShellCommand( in testLow()
132 EasyMock.expect(mFakeTestDevice.executeShellCommand("svc power stayon false")) in testLow_becomeHigh()
134 EasyMock.expect(mFakeTestDevice.executeShellCommand( in testLow_becomeHigh()
159 EasyMock.expect(mFakeTestDevice.executeShellCommand("svc power stayon false")) in testLow_becomeNull()
161 EasyMock.expect(mFakeTestDevice.executeShellCommand( in testLow_becomeNull()
DGTestTest.java143 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), in testRun()
146 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), in testRun()
168 mMockITestDevice.executeShellCommand(EasyMock.contains(modulePath), in testRun_moduleName()
203 mMockITestDevice.executeShellCommand(EasyMock.contains(test1Path), in testRun_nested()
231 mMockITestDevice.executeShellCommand(EasyMock.contains(filterString), in doTestFilter()
307 EasyMock.expect(mMockITestDevice.executeShellCommand(EasyMock.contains("chmod"))) in testCommandTooLong()
311 mMockITestDevice.executeShellCommand(EasyMock.eq(String.format("sh %s", deviceScriptPath)), in testCommandTooLong()
405 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), in testRunXml()
408 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), in testRunXml()
449 EasyMock.expect(mMockITestDevice.executeShellCommand("cat \"" + expectedFilterFile + "\"")) in testFileFilter()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DSl4aClientTest.java73 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in testIsSl4ARunning()
76 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in testIsSl4ARunning()
90 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in testIsSl4ARunning_notRunning()
92 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in testIsSl4ARunning_notRunning()
105 EasyMock.expect(mMockDevice.executeShellCommand(cmd)) in testStartSl4A_notRunning()
107 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in testStartSl4A_notRunning()
109 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in testStartSl4A_notRunning()
128 EasyMock.expect(mMockDevice.executeShellCommand(cmd)) in setupStartExpectation()
130 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD)) in setupStartExpectation()
133 EasyMock.expect(mMockDevice.executeShellCommand(Sl4aClient.IS_SL4A_RUNNING_CMD_OLD)) in setupStartExpectation()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java746 executeShellCommand( in getErrorDialogCount()
764 executeShellCommand(DISMISS_DIALOG_CMD); in doClearDialogs()
797 String output = executeShellCommand(DISMISS_KEYGUARD_WM_CMD); in disableKeyguard()
802 executeShellCommand(DISMISS_KEYGUARD_CMD); in disableKeyguard()
811 executeShellCommand("dumpsys activity activities | grep -A3 KeyguardController:"); in getKeyguardState()
826 executeShellCommand(TEST_INPUT_CMD, receiver); in isDeviceInputReady()
870 String output = executeShellCommand("pm path android"); in doAdbFrameworkReboot()
879 executeShellCommand(command); in doAdbFrameworkReboot()
934 String output = executeShellCommand(LIST_APEXES_CMD); in getActiveApexes()
962 getIDevice().executeShellCommand("dumpsys package p", receiver); in run()
[all …]
DNativeDevice.java649 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
655 getIDevice().executeShellCommand(command, receiver, in executeShellCommand()
667 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
674 getIDevice().executeShellCommand(command, receiver, in executeShellCommand()
684 public void executeShellCommand( in executeShellCommand() method in NativeDevice
699 .executeShellCommand( in executeShellCommand()
715 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice
717 executeShellCommand(command, receiver); in executeShellCommand()
1191 String lsGrep = executeShellCommand(String.format("ls \"%s\"", deviceFilePath)); in doesFileExist()
1210 executeShellCommand(String.format("rm -rf %s", StringEscapeUtils.escapeShell(path))); in deleteFile()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java429 mMockIDevice.executeShellCommand((String)EasyMock.anyObject(), in testClearErrorDialogs()
472 mMockIDevice.executeShellCommand((String) EasyMock.anyObject(), in testRecoverDevice_ThrowException()
496 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver), in testExecuteShellCommand_receiver()
499 mTestDevice.executeShellCommand(testCommand, mMockReceiver); in testExecuteShellCommand_receiver()
513 assertEquals(expectedOutput, mTestDevice.executeShellCommand(testCommand)); in testExecuteShellCommand()
525 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver), in testExecuteShellCommand_recoveryFail()
533 mRecoveryTestDevice.executeShellCommand(testCommand, mMockReceiver); in testExecuteShellCommand_recoveryFail()
550 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver), in testExecuteShellCommand_recoveryUntilOnline()
555 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver), in testExecuteShellCommand_recoveryUntilOnline()
558 mRecoveryTestDevice.executeShellCommand(testCommand, mMockReceiver); in testExecuteShellCommand_recoveryUntilOnline()
[all …]
DNativeDeviceTest.java289 public String executeShellCommand(String cmd) throws DeviceNotAvailableException { in testPushDir_childDir()
317 public String executeShellCommand(String cmd) in testPushDir_childDir_filtered()
350 public String executeShellCommand(String command) in testPullDir_nothingToDo()
394 public String executeShellCommand(String command) in testPullDir()
463 public String executeShellCommand(String command) in testPullDir_pullFail()
534 public String executeShellCommand(String command) in testPullDir_invalidPath()
961 public String executeShellCommand(String name) throws DeviceNotAvailableException { in testGetDeviceDate()
1112 public String executeShellCommand(String name) throws DeviceNotAvailableException { in testGetDeviceDate_wrongformat()
1124 public void executeShellCommand( in testGetBugreport_deviceUnavail()
1149 public void executeShellCommand( in testGetBugreport_compatibility_deviceUnavail()
[all …]
DTestDeviceFuncTest.java145 final String output = mTestDevice.executeShellCommand("ls"); in assertSimpleShellCommand()
253 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath)); in testPushPull_extStorageVariable()
271 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath)); in testPushPull_extStorageVariable()
396 mTestDevice.executeShellCommand(String.format("mkdir %s/testdir2", in testListSymlinkDir()
398 assertEquals("", mTestDevice.executeShellCommand( in testListSymlinkDir()
401 mTestDevice.executeShellCommand(String.format("ln -s %s/testdir2 %s/testdir", in testListSymlinkDir()
446 String origTmpFileStamp = mTestDevice.executeShellCommand(String.format("ls -l %s", in doTestSyncFiles()
457 String unchangedTmpFileStamp = mTestDevice.executeShellCommand(String.format("ls -l %s", in doTestSyncFiles()
468 String tmpFileContents = mTestDevice.executeShellCommand(String.format("cat %s", in doTestSyncFiles()
589 assertTrue(mTestDevice.executeShellCommand("id").contains("root")); in testReboot()
[all …]
DDeviceStateMonitorTest.java163 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForShellAvailable()
190 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForShell_becomeAvailable()
231 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForShell_timeout()
336 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForPmResponsive()
364 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForPm_becomeResponsive()
406 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForPm_timeout()
455 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testgetMountPoint_nonCached()
479 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForStoreMount()
515 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForStoreMount_PermDenied()
551 mMockDevice.executeShellCommand((String) EasyMock.anyObject(), in testWaitForStoreMount_becomeAvailable()
[all …]
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java106 String preMemInfo = mTestDevice.executeShellCommand(PROC_MEMINFO); in run()
120 mTestDevice.executeShellCommand(DROP_CACHE); in run()
126 mTestDevice.executeShellCommand(String.format(AM_START, mComponentName)); in run()
128 mTestDevice.executeShellCommand( in run()
133 String postMemInfo = mTestDevice.executeShellCommand(PROC_MEMINFO); in run()
136 mTestDevice.executeShellCommand(String.format("%s %d", DUMPSYS_MEMINFO, processId)); in run()
137 String mapsInfo = mTestDevice.executeShellCommand(String.format(MAPS_INFO, processId)); in run()
138 String sMapsInfo = mTestDevice.executeShellCommand(String.format(SMAPS_INFO, processId)); in run()
139 String statusInfo = mTestDevice.executeShellCommand(String.format(STATUS_INFO, processId)); in run()
267 String memInfo = mTestDevice.executeShellCommand(PROC_MEMINFO); in calculateFreeMem()
[all …]
DFioBenchmarkTest.java936 mTestDevice.executeShellCommand("stop"); in setupDevice()
937 mTestDevice.executeShellCommand(String.format("mkdir -p %s", mFioDir)); in setupDevice()
938 mTestDevice.executeShellCommand(String.format("mkdir -p %s", mTmpDir)); in setupDevice()
939 mTestDevice.executeShellCommand(String.format("mkdir -p %s", mInternalTestDir)); in setupDevice()
940 mTestDevice.executeShellCommand(String.format("mkdir -p %s", mMediaTestDir)); in setupDevice()
942 mTestDevice.executeShellCommand(String.format("mkdir -p %s", mExternalTestDir)); in setupDevice()
946 mTestDevice.executeShellCommand(String.format("chmod 755 %s", mFioBin)); in setupDevice()
957 mTestDevice.executeShellCommand(String.format("rm -r %s", mExternalTestDir)); in cleanupDevice()
959 mTestDevice.executeShellCommand(String.format("rm -r %s", mMediaTestDir)); in cleanupDevice()
960 mTestDevice.executeShellCommand(String.format("rm -r %s", mInternalTestDir)); in cleanupDevice()
[all …]
DEmmcPerformanceTest.java273 output = mTestDevice.executeShellCommand(command).split("\n"); in runDdIteration()
304 output = mTestDevice.executeShellCommand(command); in runRandomIteration()
346 mTestDevice.executeShellCommand("echo 3 > /proc/sys/vm/drop_caches"); in dropCache()
368 mTestDevice.executeShellCommand("umount /sdcard"); in setUp()
369 mTestDevice.executeShellCommand("umount /data"); in setUp()
370 mTestDevice.executeShellCommand("umount /cache"); in setUp()
372 mTestDevice.executeShellCommand( in setUp()
374 mTestDevice.executeShellCommand( in setUp()
394 String output = mTestDevice.executeShellCommand("vdc dump | grep cache"); in discoverCacheInfo()
413 String output = mTestDevice.executeShellCommand("df cache"); in discoverCacheInfo()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java87 getDevice().executeShellCommand(String.format("cat \"%s\"", filterFile)); in loadFilter()
202 testDevice.executeShellCommand(String.format("chmod 755 %s", tmpFileDevice)); in executeCommandByScript()
203 testDevice.executeShellCommand( in executeCommandByScript()
243 testDevice.executeShellCommand(cmd); in runTest()
254 testDevice.executeShellCommand( in runTest()
273 testDevice.executeShellCommand(cmd); in runTest()
321 testDevice.executeShellCommand(cmd); in runTestXml()
344 mDevice.executeShellCommand("stop"); in run()
357 mDevice.executeShellCommand("start"); in run()
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DSystemServerStatusCheckerTest.java53 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPidRemainUnchanged()
65 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPidChanged()
67 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPidChanged()
84 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPidChanged_tfReboot()
86 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPidChanged_tfReboot()
101 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testFailToGetPid()
115 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testPid_null()
DSystemServerFileDescriptorCheckerTest.java47 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testFailToGetPid()
59 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testFailToGetFdCount()
62 mMockDevice.executeShellCommand( in testFailToGetFdCount()
75 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testAcceptableFdCount()
78 mMockDevice.executeShellCommand( in testAcceptableFdCount()
91 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("pidof system_server"))) in testUnacceptableFdCount()
94 mMockDevice.executeShellCommand( in testUnacceptableFdCount()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DDeviceFileReporterTest.java86 EasyMock.expect(mDevice.executeShellCommand(EasyMock.eq("ls /data/tombstones/*"))) in testSimple()
112 EasyMock.expect(mDevice.executeShellCommand(EasyMock.eq("ls /data/tombstones/*"))) in testTrim()
138 EasyMock.expect(mDevice.executeShellCommand(EasyMock.eq("ls /data/tombstones/*"))) in testLine_containingSpace()
175 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testLineEnding_LF()
203 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testLineEnding_CRLF()
256 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testRepeat_skip()
263 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testRepeat_skip()
314 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testRepeat_noSkip()
322 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testRepeat_noSkip()
353 EasyMock.expect(mDevice.executeShellCommand((String)EasyMock.anyObject())) in testNoExist()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDefaultTestsZipInstallerTest.java106 EasyMock.expect(mMockDevice.executeShellCommand("stop")).andReturn(""); in testCantTouchFilesystem()
107 EasyMock.expect(mMockDevice.executeShellCommand("stop installd")).andReturn(""); in testCantTouchFilesystem()
138 EasyMock.expect(mMockDevice.executeShellCommand("stop")).andReturn(""); in testPushTestsZipOntoData()
139 EasyMock.expect(mMockDevice.executeShellCommand("stop installd")).andReturn(""); in testPushTestsZipOntoData()
156 mMockDevice.executeShellCommand(EasyMock.startsWith("chown system.system " in testPushTestsZipOntoData()
159 mMockDevice.executeShellCommand(EasyMock.startsWith("chown system.system " in testPushTestsZipOntoData()
181 EasyMock.expect(mMockDevice.executeShellCommand("stop")).andReturn(""); in testPushTestsZipOntoData_retry()
182 EasyMock.expect(mMockDevice.executeShellCommand("stop installd")).andReturn(""); in testPushTestsZipOntoData_retry()
DRestartSystemServerTargetPreparerTest.java47 EasyMock.expect(mMockDevice.executeShellCommand("setprop dev.bootcomplete 0")) in testSetUp_bootComplete()
50 mMockDevice.executeShellCommand( in testSetUp_bootComplete()
65 EasyMock.expect(mMockDevice.executeShellCommand("setprop dev.bootcomplete 0")) in testSetUp_bootNotComplete()
68 mMockDevice.executeShellCommand( in testSetUp_bootNotComplete()
86 EasyMock.expect(mMockDevice.executeShellCommand("setprop dev.bootcomplete 0")) in testTearDown_restart()
89 mMockDevice.executeShellCommand( in testTearDown_restart()
DDeviceSetupFuncTest.java68 getDevice().executeShellCommand("setprop ro.audio.silent 0"); in testSetup()
70 assertTrue(getDevice().executeShellCommand("getprop ro.audio.silent").contains("1")); in testSetup()
71 assertTrue(getDevice().executeShellCommand("getprop ro.monkey").contains("1")); in testSetup()
72 assertTrue(getDevice().executeShellCommand("getprop ro.test_harness").contains("1")); in testSetup()
74 assertTrue(getDevice().executeShellCommand("id").contains("root")); in testSetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DAppVersionFetcherTest.java47 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_CODE_CMD)) in testFetchVersionCode_valid()
58 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_NAME_CMD)) in testFetchVersionName_valid()
69 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_CODE_CMD)) in testFetchVersionCode_validMultipleLines()
82 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_NAME_CMD)) in testFetchVersionName_validMultipleLines()
93 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_CODE_CMD)) in testFetchVersionCode_invalidResponse()
108 EasyMock.expect(mMockDevice.executeShellCommand(VERSION_NAME_CMD)) in testFetchVersionName_invalidResponse()
DBluetoothUtilsTest.java84 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn(""); in testEnableBtsnoopLogging()
93 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn(""); in testEnableBtsnoopLoggingFailed()
104 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn(""); in testDisableBtsnoopLogging()
113 when(mMockDevice.executeShellCommand(Mockito.anyString())).thenReturn(""); in testDisableBtsnoopLoggingFailed()
122 when(mMockDevice.executeShellCommand(Mockito.anyString())) in testGetBtSnoopLogFilePath()
131 when(mMockDevice.executeShellCommand(Mockito.anyString())) in testGetBtSnoopLogFilePathFailed()
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DSkiaTest.java127 mDevice.executeShellCommand("mkdir -p " + dirName); in mkdirs()
142 mDevice.executeShellCommand("rm " + path); in prepareDevice()
153 mDevice.executeShellCommand("rm -rf " + pngPath + "/*"); in prepareDevice()
239 mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); in runTest()
251 mDevice.executeShellCommand("stop"); in runTest()
252 mDevice.executeShellCommand(cmd); in runTest()
253 mDevice.executeShellCommand("start"); in runTest()
/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerOTATestUtils.java67 mDevice.executeShellCommand("chmod 644 /data/local.prop"); in wipeDevice()
83 mDevice.executeShellCommand(cmd); in removeSystemApp()
185 String res = mDevice.executeShellCommand(cmd); in packageHasPermission()
213 String res = mDevice.executeShellCommand(cmd); in packageHasFlag()
252 mDevice.executeShellCommand("stop"); in stopSystem()
262 mDevice.executeShellCommand("setprop dev.bootcomplete 0"); in startSystem()
263 mDevice.executeShellCommand("start"); in startSystem()
/tools/tradefederation/contrib/tests/src/com/android/scenario/
DAppSetupTest.java65 verify(mTestDevice).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_set()
72 verify(mTestDevice, never()).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_notSet()
82 .executeShellCommand( in testKillAppsOption()
85 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app1"))); in testKillAppsOption()
87 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app2"))); in testKillAppsOption()

12345678