Home
last modified time | relevance | path

Searched refs:show_row_link (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): argument
315 show_row_link.select_by_value(str(row_to_show))
331 for show_row_link in show_rows:
332 show_row_link = Select(show_row_link)
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): argument
454 show_row_link.select_by_value(str(row_to_show))
470 for show_row_link in show_rows:
471 show_row_link = Select(show_row_link)
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): argument
255 show_row_link.select_by_value(str(row_to_show))
273 for show_row_link in show_rows:
274 show_row_link = Select(show_row_link)
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): argument
194 show_row_link.select_by_value(str(row_to_show))
208 for show_row_link in show_rows:
209 show_row_link = Select(show_row_link)
212 test_show_rows(row_to_show, show_row_link)