| /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/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/poky/bitbake/lib/toaster/tests/functional/ |
| 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 …]
|
| H A D | test_project_page_tab_config.py | 37 self.find('#build-button').click() 55 cancel_button.click() 144 item.click() 161 check_box.click() 177 check_box.click() 189 recipe_image_page_link.click() 195 edit_column.click() 222 recipe_image_page_link.click() 277 edit_btn.click() 283 change_btn.click() [all …]
|
| H A D | test_project_page.py | 98 edit_column.click() 113 check_box.click() 129 check_box.click() 147 soft_recipe.click() 180 self.find(f'#{searchBtn_selector}').click() 267 new_project_button.click() 286 edit_button.click() 291 self.find('#project-name-change-btn').click() 335 builds_tab.find_element(By.TAG_NAME, 'a').click() 344 import_layers_tab.find_element(By.TAG_NAME, 'a').click() [all …]
|
| H A D | test_project_config.py | 41 bbv_page_link.click() 53 self.click('#change-image_fstypes-icon') 73 self.click('#change-image_fstypes-icon') 91 self.click('#change-image_fstypes-icon') 100 checkbox.click() 106 checkbox.click() 125 change_dl_dir_btn.click() 178 self.click('#change-sstate_dir-icon') 235 self.click(f'#{btn_id}') 245 self.click(f'#{save_btn}')
|
| /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 …]
|
| H A D | test_all_builds_page.py | 302 search_btn.click() 314 edit_column.click() 319 filter_fails_task_checkbox.click() 320 edit_column.click() 331 failed_tasks_filter.click() 339 build_without_failure_tasks.click() 341 self.find('#filter-modal-allbuildstable .btn-primary').click() 357 completed_on_filter.click() 365 build_without_failure_tasks.click() 367 self.find('#filter-modal-allbuildstable .btn-primary').click() [all …]
|
| H A D | test_landing_page.py | 45 info_sign.click() # click on the info sign make attribute 'aria-describedby' visible 77 openembedded.click() 89 bitbake.click() 102 yoctoproject.click() 118 big_magenta_button.click() 137 big_blue_button.click() 150 toaster_manual.click() 164 contribute_to_toaster.click()
|
| H A D | test_toastertable_ui.py | 107 self.click('#edit-columns-button') 108 self.click('#checkbox-started_on') 114 link.click() 134 self.click('#edit-columns-button') 135 self.click('#checkbox-started_on')
|
| H A D | test_project_config_page.py | 47 self.click('#change-image_fstypes-icon') 68 self.click('#change-image_fstypes-icon') 89 self.click('#change-image_fstypes-icon') 100 checkbox.click() 107 checkbox.click() 123 self.click('#change-dl_dir-icon') 177 self.click('#change-sstate_dir-icon')
|
| H A D | test_new_project_page.py | 56 self.click("#create-project-button") 90 radio.click() 101 self.click("#create-project-button")
|
| H A D | test_delete_project.py | 53 self.click("#create-project-button") 65 delete_project_link.click() 95 delete_btn.click()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projecttopbar.js | 21 projectNameFormToggle.click(function(e){ 27 projectNameChangeCancel.click(function(e){ 34 $("#project-name-change-btn").click(function(){ 40 projectNameChangeCancel.click(); 77 newBuildTargetBuildBtn.click(function (e) { 95 updateProjectBtn.click(function (e) { 107 cancelProjectBtn.click(function (e) {
|
| H A D | projectpage.js | 51 machineChangeBtn.click(); 62 distroChangeBtn.click(); 91 layerAddBtn.click(function(e){ 144 trashItem.click(function (e) { 198 freqTargetCheck.click(function(){ 209 freqBuildBtn.click(function(e){ 244 machineChangeFormToggle.click(function(){ 254 machineChangeCancel.click(function(){ 273 machineChangeBtn.click(function(e){ 286 machineChangeCancel.click(); [all …]
|
| H A D | layerdetails.js | 75 layerDepBtn.click(function(){ 93 trashItem.click(layerDepRemoveClick); 103 $(".glyphicon-edit").click(function (){ 123 $(".delete-current-value").click(function(){ 127 mParent.find(".change-btn").click(); 130 $(".cancel").click(function(){ 208 $(".select-machine-btn").click(function(e){ 278 $("#dismiss-alert").click(function(){ 283 addRmLayerBtn.click(function() { 298 $(".change-btn").click(function(){ [all …]
|
| H A D | recipedetails.js | 5 $(".customise-btn").click(function(e){ 17 $("#add-layer-btn").click(function(){ 45 $(".build-recipe-btn").click(function(){
|
| H A D | layerBtn.js | 8 $(".layerbtn").click(function (){ 59 $("td .build-recipe-btn").click(function(e){ 71 $("td .set-default-recipe-btn").click(function(e){ 84 $(".customise-btn").click(function(e){
|
| H A D | libtoaster.js | 660 $('a[href="#"]').click(function() { 669 $('.dropdown-menu input, .dropdown-menu label').click(function(e) { 677 $('html').click(function(){ 686 }).click(function(e){ 698 $('th a.btn-primary').click(function () { 737 $('.nav-tabs a').click(function () { 745 $('.full-show').click(function(){ 751 $('.full-hide').click(function(){ 759 $('.show-errors').click(function() { 762 $('.toggle-errors').click(function() { [all …]
|
| H A D | customrecipe.js | 16 $(".add-rm-package-btn").click(function(e){ 81 addPkgDepsModalBtn.click(function(e){ 126 rmdPkgReverseDepsModalBtn.click(function(e){ 268 $("#no-results-show-all-packages").click(function(){ 272 $("#no-results-remove-search-btn").click(function(){ 278 $(".build-custom-image").click(function(){ 285 $("#delete-custom-recipe-confirmed").click(function(e){ 318 $("a[disabled=disabled]").click(function(e){
|
| H A D | table.js | 133 }).click(function(e){ 165 btn.click(pageButtonClicked); 228 title.click(sortColumnClicked); 263 filterBtn.click(filterOpenClicked); 286 togglerInput.click(colToggleClicked); 751 $('.dropdown-menu').click(function(e) { 769 $("#search-submit-"+ctx.tableName).click(function(e){ 786 clearSearchElements.click(function(e){ 799 $('#search-submit-'+ctx.tableName).click(); 803 $('a[href="#"]').click(function(e){ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbemtools/ |
| H A D | python3-pywbemtools_1.3.0.bb | 16 python3-click \ 23 python3-click-repl \ 24 python3-click-spinner \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-click-repl_0.3.0.bb | 2 HOMEPAGE = "https://github.com/untitaker/click-repl" 11 python3-click \
|
| H A D | python3-click-spinner_0.1.10.bb | 2 HOMEPAGE = "https://github.com/click-contrib/click-spinner"
|
| H A D | python3-wpa-supplicant_0.2.bb | 9 SRC_URI += "file://0001-cli-drop-the-second-argument-from-click.argument-dec.patch" 16 RDEPENDS:${PN} += "python3-twisted python3-click python3-txdbus"
|