Home
last modified time | relevance | path

Searched refs:test_show_rows (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_projects_page.py313 def test_show_rows(row_to_show, show_row_link): function
333 test_show_rows(10, show_row_link)
334 test_show_rows(25, show_row_link)
335 test_show_rows(50, show_row_link)
336 test_show_rows(100, show_row_link)
337 test_show_rows(150, show_row_link)
H A Dtest_all_builds_page.py452 def test_show_rows(row_to_show, show_row_link): function
472 test_show_rows(10, show_row_link)
473 test_show_rows(25, show_row_link)
474 test_show_rows(50, show_row_link)
475 test_show_rows(100, show_row_link)
476 test_show_rows(150, show_row_link)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py253 def test_show_rows(row_to_show, show_row_link): function
275 test_show_rows(10, show_row_link)
276 test_show_rows(25, show_row_link)
277 test_show_rows(50, show_row_link)
278 test_show_rows(100, show_row_link)
279 test_show_rows(150, show_row_link)
H A Dtest_project_page.py192 def test_show_rows(row_to_show, show_row_link): function
212 test_show_rows(row_to_show, show_row_link)