Searched refs:_COMPONENT_MOUNT (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
H A Ddesktopui_FlashSanityCheck.py35 _COMPONENT_MOUNT = '/run/imageloader/PepperFlashPlayer' variable
38 _SYSTEM_STORE, _DOWNLOAD_STORE, _COMPONENT_STORE, _COMPONENT_MOUNT}
48 # Using current state of DUT verify the Flash in _COMPONENT_MOUNT.
226 Deletes all components on the DUT. Notice _COMPONENT_MOUNT cannot be
287 Verifies that the next use of Flash is from _COMPONENT_MOUNT.
292 self.verify_file(os.path.join(_COMPONENT_MOUNT, 'libpepflashplayer.so'))
293 self.verify_file(os.path.join(_COMPONENT_MOUNT, 'manifest.json'))
297 # Verify that Flash runs from _COMPONENT_MOUNT.
299 browser_args=browser_args, load_path=_COMPONENT_MOUNT)

Completed in 134 milliseconds