Home
last modified time | relevance | path

Searched refs:get_attribute (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py49 self.assertRegex(element.get_attribute('innerHTML'),
80 bar_element.get_attribute('style') == 'width: 50%;'
99 self.assertRegex(element.get_attribute('innerHTML'),
115 bar_element.get_attribute('style') == 'width: 50%;'
128 bar_element.get_attribute('style') == 'width: 100%;'
188 self.assertRegex(element.get_attribute('innerHTML'),
200 self.assertRegex(element.get_attribute('innerHTML'),
H A Dtest_layerdetails_page.py93 if "tt-" in inputs.get_attribute("class"):
96 value = inputs.get_attribute("value")
126 if "tt-" in inputs.get_attribute("class"):
129 value = inputs.get_attribute("value")
153 self.assertTrue(new_dir in dir_input.get_attribute("value"),
H A Dtest_toastertable_ui.py39 return heading.get_attribute('innerHTML').strip()
51 cell_text = cell.get_attribute('innerHTML').strip()
113 if link.get_attribute('innerHTML').strip() == 'Started on':
H A Dtest_all_builds_page.py181 content = cell.get_attribute('innerHTML')
236 content = cell.get_attribute('innerHTML')
344 self.assertTrue(self.find('#failed_tasks_filter').get_attribute(
370 self.assertTrue(self.find('#completed_on_filter').get_attribute(
384 self.assertTrue(self.find('#completed_on_filter').get_attribute(
H A Dtest_project_config_page.py75 if checkbox.get_attribute("value") == "btrfs":
99 if checkbox.get_attribute("value") == "cpio":
105 self.assertTrue(("cpio" in element.get_attribute('value'),
H A Dtest_landing_page.py46 info_model_id = info_sign.get_attribute('aria-describedby')
62 self.assertEqual(documentation_link.get_attribute('target'), '_blank')
64 documentation_link.get_attribute('href'),
H A Dtest_all_projects_page.py90 if re.search(project_name, row.get_attribute('innerHTML')):
214 link_url = element.get_attribute('href').strip()
226 link_url = element.get_attribute('href').strip()
H A Dtest_project_builds_page.py134 content = cell.get_attribute('innerHTML')
H A Dtest_builddashboard_page.py194 log_message_pk = element.get_attribute('data-log-message-id')
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py209 '/static/img/logo.png', str(logo_img.get_attribute('src')),
227 '/toastergui/builds/', str(all_builds_link.get_attribute('href'))
231 server_icon.get_attribute('class'), 'glyphicon glyphicon-tasks'
240 '/toastergui/projects/', str(all_projects_link.get_attribute(
245 dir_icon.get_attribute('class'), 'icon-folder-open'
255 …toaster_docs_link_link.get_attribute('href'), 'http://docs.yoctoproject.org/toaster-manual/index.h…
259 book_icon.get_attribute('class'), 'glyphicon glyphicon-book'
313 self.assertEqual(config_tab.get_attribute('class'), 'active')
329 self.assertIn(url, tab_link.get_attribute('href'))
331 self.assertEqual(tab.get_attribute('class'), 'active')
[all …]
H A Dutils.py31 build_state = last_build_state.get_attribute(
61 build_state = last_build_state.get_attribute(
H A Dtest_create_new_project.py91 self.assertIsNotNone(input_name.get_attribute('required'),
96 self.assertIsNotNone(create_btn.get_attribute('disabled'),
H A Dtest_project_config.py80 if checkbox.get_attribute("value") == "btrfs":
99 if checkbox.get_attribute("value") == "cpio":
104 self.assertTrue(("cpio" in element.get_attribute('value'),
H A Dtest_project_page_tab_config.py99 self.assertEqual(item.get_attribute('class'), 'active')
143 if item.get_attribute('class') != 'active':
369 self.assertTrue(input_layer_name.get_attribute('value') == 'meta-fake')
413 link_create_custom_image.get_attribute('href')
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py68 def get_attribute(self, resource_path, attribute, verify=None): member in bmc_redfish_utils
140 if self.get_attribute(child_path_idx, attribute):
191 resp_dict = self.get_attribute(resource_path, "Actions")
227 resp_list_dict = self.get_attribute(resource_path, "Members")
H A Dredfish_request.py402 def get_attribute(attribute, data): member in redfish_request
H A Dbmc_redfish.py164 def get_attribute(self, path, attribute, default=None, *args, **kwargs): member in bmc_redfish
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.h241 static inline int get_attribute(struct fb_info *info, u16 c) in get_attribute() function
H A Dbitblit.c154 u32 attribute = get_attribute(info, scr_readw(s)); in bit_putcs()
254 attribute = get_attribute(info, c); in bit_cursor()
H A Dfbcon_cw.c126 u32 attribute = get_attribute(info, scr_readw(s)); in cw_putcs()
223 attribute = get_attribute(info, c); in cw_cursor()
H A Dfbcon_ccw.c141 u32 attribute = get_attribute(info, scr_readw(s)); in ccw_putcs()
240 attribute = get_attribute(info, c); in ccw_cursor()
H A Dfbcon_ud.c163 u32 attribute = get_attribute(info, scr_readw(s)); in ud_putcs()
271 attribute = get_attribute(info, c); in ud_cursor()