Home
last modified time | relevance | path

Searched refs:SeleniumTestCaseBase (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers.py18 from tests.browser.selenium_helpers_base import SeleniumTestCaseBase
20 class SeleniumTestCase(SeleniumTestCaseBase, StaticLiveServerTestCase):
H A Dselenium_helpers_base.py147 class SeleniumTestCaseBase(unittest.TestCase): class
158 super(SeleniumTestCaseBase, cls).setUpClass()
172 super(SeleniumTestCaseBase, cls).tearDownClass()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py16 from tests.browser.selenium_helpers_base import SeleniumTestCaseBase
23 class SeleniumFunctionalTestCase(SeleniumTestCaseBase):