/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_most_recent_builds_states.py | 49 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 D | test_layerdetails_page.py | 93 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 D | test_toastertable_ui.py | 39 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 D | test_all_builds_page.py | 181 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 D | test_project_config_page.py | 75 if checkbox.get_attribute("value") == "btrfs": 99 if checkbox.get_attribute("value") == "cpio": 105 self.assertTrue(("cpio" in element.get_attribute('value'),
|
H A D | test_landing_page.py | 46 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 D | test_all_projects_page.py | 90 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 D | test_project_builds_page.py | 134 content = cell.get_attribute('innerHTML')
|
H A D | test_builddashboard_page.py | 194 log_message_pk = element.get_attribute('data-log-message-id')
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_page.py | 209 '/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 D | utils.py | 31 build_state = last_build_state.get_attribute( 61 build_state = last_build_state.get_attribute(
|
H A D | test_create_new_project.py | 91 self.assertIsNotNone(input_name.get_attribute('required'), 96 self.assertIsNotNone(create_btn.get_attribute('disabled'),
|
H A D | test_project_config.py | 80 if checkbox.get_attribute("value") == "btrfs": 99 if checkbox.get_attribute("value") == "cpio": 104 self.assertTrue(("cpio" in element.get_attribute('value'),
|
H A D | test_project_page_tab_config.py | 99 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 D | bmc_redfish_utils.py | 68 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 D | redfish_request.py | 402 def get_attribute(attribute, data): member in redfish_request
|
H A D | bmc_redfish.py | 164 def get_attribute(self, path, attribute, default=None, *args, **kwargs): member in bmc_redfish
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.h | 241 static inline int get_attribute(struct fb_info *info, u16 c) in get_attribute() function
|
H A D | bitblit.c | 154 u32 attribute = get_attribute(info, scr_readw(s)); in bit_putcs() 254 attribute = get_attribute(info, c); in bit_cursor()
|
H A D | fbcon_cw.c | 126 u32 attribute = get_attribute(info, scr_readw(s)); in cw_putcs() 223 attribute = get_attribute(info, c); in cw_cursor()
|
H A D | fbcon_ccw.c | 141 u32 attribute = get_attribute(info, scr_readw(s)); in ccw_putcs() 240 attribute = get_attribute(info, c); in ccw_cursor()
|
H A D | fbcon_ud.c | 163 u32 attribute = get_attribute(info, scr_readw(s)); in ud_putcs() 271 attribute = get_attribute(info, c); in ud_cursor()
|