/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 4 Subject: [PATCH] cli: drop the second argument from @click.argument() 7 @click.argument no longer takes two positional arguments. 24 -@click.argument('ifname', 'e.g. wlan0') 25 +@click.argument('ifname') 26 @click.pass_context 33 -@click.argument('ifname', 'e.g. wlan0') 34 +@click.argument('ifname') 35 @click.option('--ssid', default=None, help='Look at scan results for BSS examples') 36 @click.option('--bssid', default=None, help='Look at scan results for BSS examples') 37 @click.pass_context [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | lis302.txt | 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 24 interrupt on single click events on the 26 - st,click-double-{x,y,z}: if present, tells the device to issue an 27 interrupt on double click events on the 29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 32 - st,click-latency: click latency, from 0 to 255 msec with 34 - st,click-window: click window, from 0 to 255 msec with 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 74 st,click-single-x; [all …]
|
/openbmc/openbmc-test-automation/gui/test/gui_header/ |
H A D | test_obmc_gui_server_health.robot | 55 # It helps to click the drop down element. 57 Click Element //*[@class='dropdown__button'] 89 Click Element //*[@class='dropdown__wrapper'] 105 Verify Click Events Check Box 106 [Documentation] Check that "event check box" element appears and on click 112 Click Element ${xpath_select_refresh_button} 115 Click Element ${xpath_select_all_events} 138 Click Element ${xpath_select_refresh_button} 142 Click Element ${xpath_select_all_events} 144 ... Click Element ${xpath_mark_as_resolved} [all …]
|
H A D | test_obmc_gui_ip_refresh_check.robot | 26 Click Element ${xpath_select_server_power} 34 Click Element ${xpath_select_server_health} 54 Click Element ${xpath_select_refresh_button} 57 Click Element ${xpath_select_refresh_button} 75 Click Element ${xpath_select_refresh_button} 91 [Documentation] Verify GUI header scrolls on click "Server Info" element. 102 Click Element ${xpath_header_scroll} 105 Click Element ${xpath_header_scroll} 115 Click Button ${xpath_button_user_action} 116 Click Button ${xpath_button_logout}
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | collect_ffdc.py | 10 import click 25 @click.command(context_settings=dict(help_option_names=["-h", "--help"])) 26 @click.option("-r", "--remote", help="Hostname/IP of the remote host") 27 @click.option("-u", "--username", help="Username of the remote host.") 28 @click.option("-p", "--password", help="Password of the remote host.") 29 @click.option( 32 @click.option( 35 @click.option( 38 @click.option( 45 @click.option( [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/ |
H A D | test_sensors_sub_menu.robot | 44 Click Element ${xpath_sensors_filter} 53 [Teardown] Click Element ${xpath_clear_search_input} 65 Click Element ${xpath_sensors_filter} 76 [Teardown] Click Element ${xpath_clear_search_input} 87 [Teardown] Click Element ${xpath_sensors_filter} 90 Click Element ${xpath_sensors_filter} 93 Click Element At Coordinates ${xpath_filter_ok} 0 0 94 Click Element At Coordinates ${xpath_filter_warning} 0 0 95 Click Element At Coordinates ${xpath_filter_critical} 0 0 99 Click Element At Coordinates ${xpath_filter_clear_all} 0 0 [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_date_and_time_sub_menu.robot | 68 Click Element At Coordinates ${xpath_select_manual} 0 0 72 Click Element At Coordinates ${xpath_select_ntp} 0 0 82 Click Element At Coordinates ${xpath_select_manual} 0 0 114 Click Element ${xpath_profile_settings_link} 124 Click Element ${xpath_profile_settings_link} 135 Click Element ${xpath_profile_settings_link} 137 Click Element At Coordinates ${xpath_browser_offset} 0 0 138 Click Element ${xpath_profile_save_button} 154 Click Element At Coordinates ${xpath_select_ntp} 0 0 158 Click Element ${xpath_select_save_settings} [all …]
|
H A D | test_network_sub_menu.robot | 93 [Teardown] Run Keywords Click Button ${xpath_cancel_button} AND 97 Click Element ${xpath_hostname} 108 [Teardown] Run Keywords Click Button ${xpath_cancel_button} AND 112 …Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_static_ipv4_address_button} 125 [Teardown] Run Keywords Click Button ${xpath_cancel_button} AND 129 Wait Until Keyword Succeeds 30 sec 10 sec Click Element ${xpath_add_dns_ip_address_button} 239 Click Element ${xpath_eth1_interface} 268 ... Click Element ${xpath_settings_menu} 269 Click Element ${xpath_network_sub_menu} 280 ... Click Element ${xpath_settings_menu} [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-gta04a3.dts | 23 st,click-single-x; 24 st,click-single-y; 25 st,click-single-z; 26 st,click-thresh-x = <8>; 27 st,click-thresh-y = <8>; 28 st,click-thresh-z = <10>; 29 st,click-click-time-limit = <9>; 30 st,click-latency = <50>; 31 st,irq1-click;
|
H A D | omap3-overo-common-peripherals.dtsi | 60 st,click-single-x; 61 st,click-single-y; 62 st,click-single-z; 63 st,click-thresh-x = <10>; 64 st,click-thresh-y = <10>; 65 st,click-thresh-z = <10>; 66 st,irq1-click; 67 st,irq2-click;
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | gui_resource.robot | 102 Click Element ${xpath_login_button} 122 Click Element ${xpath_root_button_menu} 123 Click Element ${xpath_logout_button} 141 Click Element ${xpath_root_button_menu} 142 Click Element ${xpath_profile_settings} 143 Click Element At Coordinates ${xpath_default_UTC} 0 0 144 Click Element ${xpath_profile_save_button} 150 Click Element ${xpath_refresh_button} 165 Click Element ${xpath_refresh_button} 176 Click Element ${xpath_operations_menu} [all …]
|
H A D | resource.robot | 112 Click Element login__submit 128 Click Element ${xpath_select_server_power} 153 Click Element ${xpath_select_server_power} 154 Click Button ${xpath_select_button_power_on } 161 Click Element ${xpath_select_server_power} 162 Click Button ${xpath_select_button_orderly_shutdown} 163 Click Yes Button ${xpath_select_button_orderly_shutdown_yes} 193 Click Yes Button 194 [Documentation] Click the 'Yes' button. 200 Click Button ${xpath_button_yes} [all …]
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | syslog-controller.html | 9 …<button type="button" class="dropdown__button" ng-click="showLogDropdown = !showLogDropdown"><stro… 12 … <button type="button" ng-click="selectRecordType(recordType);">{{recordType}}</button> 17 …<button class="inline clear-input float-right btn-secondary" ng-click="confirm = !confirm" ng-show… 24 … <button class="btn-primary" ng-click="clearSystemLogEntries(selectedRecordType)">Yes</button> 25 <button class="btn-primary" ng-click="confirm = false">No</button> 37 <button class="btn" type="button" aria-label="clear filter" ng-click="clear()"> 40 …"submit" class="btn btn-primary content__search-submit" value="Filter" ng-click="doSearchOnClick()… 53 <button class="sort-ascending" ng-click="sortBy('Id', false)"></button> 54 <button class="sort-descending" ng-click="sortBy('Id', true)"></button> 60 <button class="sort-ascending" ng-click="sortBy('Created', false)"></button> [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-managed-mode.json | 17 …"action": "On the project page click on the \"View compatible layers\" link situated on the right-… 63 …"action": "On the project page click on the \"View compatible layers\" link situated on the right-… 71 … All checkboxes are checked by default. If you click the \"Cancel\" button the dialog closes. If y… 105 …"action": "On the project page click on the \"Image Recipes\" link situated in the left-handed sid… 135 …"action": "In the main project page, click on \"BitBake variables\" in the left-hand side of the p… 169 …"action": "In the main project page, click on \"BitBake variables\" in the left-hand side of the p… 173 …eck that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" … 177 …eck that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" … 189 …eck that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" … 193 …eck that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" … [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_server_power_operations_sub_menu.robot | 44 Click Element At Coordinates ${xpath_shutdown_immediate_radio} 0 0 45 Click Element ${xpath_shutdown_button} 47 Click Element ${xpath_confirm_button} 57 Click Element At Coordinates ${xpath_shutdown_orderly_radio} 0 0 58 Click Element ${xpath_shutdown_button} 60 Click Element ${xpath_confirm_button} 129 Click Element At Coordinates ${xpath_reboot_immediate_radio} 0 0 130 Click Element ${xpath_reboot_button} 132 Click Element ${xpath_confirm_button} 134 Click Element ${xpath_refresh_button} [all …]
|
H A D | test_reboot_bmc_sub_menu.robot | 48 Click Element ${xpath_reboot_bmc_button} 53 Click Element At Coordinates ${xpath_reboot_cancel_button} 0 0 61 Click Element ${xpath_reboot_bmc_button} 65 Click Element At Coordinates ${xpath_confirm_button} 0 0 73 Click Element ${xpath_refresh_button} 82 Click Element ${xpath_operations_menu} 83 Click Element ${xpath_reboot_bmc_sub_menu}
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_ldap_sub_menu.robot | 127 ... Click Element At Coordinates ${xpath_enable_ldap_checkbox} 0 0 130 Click Element ${xpath_ldap_save_settings} 132 Click Element ${xpath_refresh_button} 197 Click Element ${xpath_secuity_and_accesss_menu} 198 Click Element ${xpath_ldap_sub_menu} 235 Click Element At Coordinates ${xpath_enable_ldap_checkbox} 0 0 239 ... Click Element At Coordinates ${radio_buttons}[${0}] 0 0 240 ... ELSE Click Element At Coordinates ${radio_buttons}[${1}] 0 0 244 ... Click Element At Coordinates ${xpath_secure_ldap_checkbox} 0 0 250 Click Element ${xpath_ldap_save_settings} [all …]
|
H A D | test_user_management_sub_menu.robot | 79 [Teardown] Click Element ${xpath_cancel_button} 81 Click Element ${xpath_add_user} 96 [Teardown] Click Element ${xpath_cancel_button} 98 Click Element ${xpath_account_policy} 140 Click Element ${xpath_refresh_button} 191 Wait Until Keyword Succeeds 30 sec 5 sec Click Element 196 Click Element ${xpath_submit_button} 223 Wait Until Keyword Succeeds 30 sec 5 sec Click Element 229 Click Element At Coordinates ${xpath_account_status_disabled_button} 0 0 231 Click Element At Coordinates ${xpath_account_status_enabled_button} 0 0 [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
H A D | test_overview_menu.robot | 100 Click Element ${xpath_network_information_view_more_button} 110 Click Element ${xpath_refresh_button} 112 Click Element ${xpath_refresh_button} 124 Click Element ${xpath_refresh_button} 129 Click Element ${xpath_refresh_button} 142 Click Element ${xpath_event_logs_view_more_button} 147 [Documentation] Click host console button and verify page navigation to host console page. 150 Click Element ${xpath_launch_host_console} 163 Click Element ${xpath_led_button} 178 Click Element At Coordinates ${xpath_led_button} 0 0 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_layerdetails_page.py | 74 self.click("#add-remove-layer-btn") 75 self.click("#edit-layer-source") 76 self.click("#repo") 82 btn.click() 108 save_btn.click() 113 btn_save_chg_for_switch.click() 136 self.click("#edit-layer-source") 137 self.click("#dir") 146 btn_save_chg_for_switch.click() 177 self.click('a[data-target="#delete-layer-modal"]') [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_page.py | 98 edit_column.click() 113 check_box.click() 129 check_box.click() 145 # click on "Software recipe" tab 147 soft_recipe.click() 180 self.find(f'#{searchBtn_selector}').click() 267 new_project_button.click() 274 - Click on "Edit" icon button 276 - Click on "Save" button 282 # click on "Edit" icon button [all …]
|
H A D | test_functional_basic.py | 34 self.find_element_by_link_text_in_table('projectstable', 'selenium-project').click() 38 self.driver.find_element(By.XPATH, '//a[@href="'+project_URL+'"]').click() 42 …ment(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'customimages/"'+"]").click() 49 …nd_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'images/"'+"]").click() 56 …t(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'softwarerecipes/"'+"]").click() 63 …_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'machines/"'+"]").click() 70 …nd_element(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'layers/"'+"]").click() 77 …ment(By.XPATH, "//*[@id='config-nav']/ul/li/a[@href="+'"'+project_URL+'configuration"'+"]").click() 87 self.find_element_by_link_text_in_table('projectstable', 'selenium-project').click() 95 self.driver.find_element(By.XPATH, "//span[@id='change-machine-toggle']").click() [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | ldap-user-roles.html | 8 ng-click="addGroupFn(); $parent.newGroup={}" 17 ng-click="removeMultipleRoleGroupsFn() " 37 ng-click="toggleAll()" 49 ng-click="sortBy('RemoteGroup', false)" 55 ng-click="sortBy('RemoteGroup', true)" 68 ng-click="sortBy('LocalRole', false)" 74 ng-click="sortBy('LocalRole', true)" 125 …ng-click="editGroupFn(group.RemoteGroup, group.LocalRole, $index); newGroup.RemoteGroup = group.Re… 134 …ng-click="removeGroupFn($index); newGroup.RemoteGroup = group.RemoteGroup; newGroup.LocalRole = gr… 201 ng-click="addRoleGroup(); $parent.addGroup=false; $parent.newGroup={}" [all …]
|
/openbmc/openbmc-test-automation/gui/test/access_control/ |
H A D | test_obmc_gui_local_users.robot | 71 Click Element ${xpath_select_refresh_button} 83 Click Element ${xpath_select_access_control} 84 Click Element ${xpath_select_local_users} 98 Click Element ${xpath_add_user} 112 ... Click Element ${xpath_enable_user} 113 ... ELSE Click Element ${xpath_disable_user} 118 Click Element ${xpath_add_user} 127 Click Element ${xpath_select_privilege} 128 Click Element //option[text()[contains(.,"${privilege}")]] 139 …... Run Keywords Click Element //*[text()="${username}"]//following::td[3]//button[@aria-label=… [all …]
|
/openbmc/linux/include/linux/ |
H A D | lis3lv02d.h | 7 * @click_flags: Click detection unit configuration 8 * @click_thresh_x: Click detection unit x axis threshold 9 * @click_thresh_y: Click detection unit y axis threshold 10 * @click_thresh_z: Click detection unit z axis threshold 11 * @click_time_limit: Click detection unit time parameter 12 * @click_latency: Click detection unit latency parameter 13 * @click_window: Click detection unit window parameter 14 * @irq_cfg: On chip irq source and type configuration (click / 41 * detection units and click detection unit. There are plenty of ways to 52 /* please note: the 'click' feature is only supported for
|