path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/desktoptest.py if __name__ == '__main__': assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit" unittest.main() path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/folderviewtest.py if __name__ == '__main__': assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit" unittest.main() path: plasma-desktop_4:6.5.4-2/appiumtests/applets/taskmanagertest.py for _ in range(10): try: subprocess.check_call(["pidof", "plasmawindowed"]) except subprocess.CalledProcessError: break path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/bug472909.py if __name__ == '__main__': assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit" unittest.main() path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/panelfocustest.py if __name__ == '__main__': assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit" unittest.main() path: plasma-desktop_4:6.5.4-2/appiumtests/desktop/bug476968.py if __name__ == '__main__': assert subprocess.call(["pidof", "plasmashell"]) != 0, "The test requires plasmashell to quit" unittest.main()