Home
last modified time | relevance | path

Searched full:should (Results 1 – 25 of 5772) sorted by relevance

12345678910>>...231

/openbmc/openbmc-test-automation/gui/gui_test/notices_menu/
H A Dtest_notices_menu.robot24 Page Should Contain Element ${xpath_notices_header}
31 Page Should Contain Apache License
32 Page Should Contain Artistic License
33 Page Should Contain BSD license
34 Page Should Contain Boost Software License
35 Page Should Contain Bzip license
36 Page Should Contain GNU GENERAL PUBLIC LICENSE
37 Page Should Contain GCC RUNTIME LIBRARY EXCEPTION
38 Page Should Contain ISC License
39 Page Should Contain GNU LIBRARY GENERAL PUBLIC LICENSE
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_firmware_sub_menu.robot25 Page Should Contain Element ${xpath_firmware_heading}
32 Page Should Contain BMC and server
33 Page Should Contain Update firmware
34 Page Should Contain Access key expiration
46 Page Should Contain Element ${xpath_add_file_button}
47 Page Should Contain Element ${xpath_start_update_button}
57 Page Should Contain Running image
58 Page Should Contain Backup image
59 Page Should Contain Temporary
60 Page Should Contain Permanent
[all …]
H A Dtest_server_power_operations_sub_menu.robot36 Page Should Contain Element ${xpath_server_power_heading}
45 Page Should Contain Current status
46 Page Should Contain Operations
47 Page Should Contain Settings
56 Page Should Contain Element ${xpath_enable_onetime_boot_checkbox}
57 Page Should Contain Element ${xpath_boot_option_select}
85 …Wait Until Keyword Succeeds 3 min 15 sec Element Should Contain ${xpath_current_power_state} …
97 …Wait Until Keyword Succeeds 15 min 30 sec Element Should Contain ${xpath_current_power_state} …
105 …Wait Until Keyword Succeeds 15 sec 5 sec Element Should Contain ${xpath_current_power_state}…
117 Page Should Contain Element ${xpath_shutdown_button}
[all …]
/openbmc/openbmc-test-automation/gui/test/gui_header/
H A Dtest_obmc_gui_server_health.robot
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot43 Page Should Contain BMC date and time
44 Page Should Contain Firmware information
45 Page Should Contain Server information
47 Page Should Contain Power information
48 Page Should Contain Event logs
49 Page Should Contain Inventory and LEDs
50 Page Should Contain Dumps
58 Page Should Contain ${hostname}
64 Page Should Contain ${ip_addr}
73 Element Should Contai
[all...]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py68 msg = 'Build artifacts heading should not be displayed for non-image' \
72 # check "Images" option in left-hand menu (should not be there)
73 msg = 'Images option should not be shown in left-hand menu'
78 If a build produced SDK artifacts, they should be shown, but the section
79 for image files and the images menu option should be hidden.
81 The packages count and size should also be hidden.
102 msg = 'Build artifacts heading should be displayed for SDK ' \
106 # check "Images" option in left-hand menu (should not be there)
107 msg = 'Images option should not be shown in left-hand menu for ' \
114 'should be links to 2 SDK artifacts')
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_certificates_sub_menu.robot39 Page Should Contain Element ${xpath_certificate_heading}
46 Page should contain Certificate
47 Page should contain Issued by
48 Page should contain Issued to
49 Page should contain Valid from
50 Page should contain Valid until
57 Page Should Contain Element ${xpath_add_certificate_button}
64 Page Should Contain Element ${xpath_generate_csr_button}
67 Page Should Contain Element ${xpath_select_certificate_type}
68 Page Should Contain Element ${xpath_select_country}
[all …]
H A Dtest_policies_sub_menu.robot37 Page Should Contain Element ${xpath_policies_heading}
44 Page Should Contain BMC shell (via SSH)
45 Page Should Contain Network IPMI (out-of-band IPMI)
46 Page Should Contain Host TPM
47 Page Should Contain VirtualTPM
48 Page Should Contain RTAD
49 Page Should Contain USB firmware update policy
50 Page Should Contain Secure version lock-in
51 Page Should Contain Host USB enablement
58 Page Should Contain Element ${xpath_bmc_ssh_toggle}
[all …]
H A Dtest_ldap_sub_menu.robot42 Page Should Contain Element ${xpath_ldap_heading}
49 Page Should Contain Settings
50 Page Should Contain Role groups
58 Page Should Contain Element ${xpath_service_radio_button}
59 Page Should Contain Element ${xpath_save_settings_button}
62 Page Should Contain Element ${xpath_add_role_group_button}
70 Page Should Contain Element ${xpath_enable_ldap_checkbox}
71 Page Should Contain Element ${xpath_secure_ldap_checkbox}
83 Textfield Value Should Be ${xpath_ldap_url} ${LDAP_SERVER_URI}
84 Textfield Value Should Be ${xpath_ldap_bind_dn} ${LDAP_BIND_DN}
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch18 …wrong-import-order:15:0:15:15::"standard import ""datetime"" should be placed before third party i…
19 …wrong-import-order:18:0:18:22::"third party import ""totally_missing"" should be placed before loc…
20 …wrong-import-order:20:0:20:14::"third party import ""astroid"" should be placed before local impor…
21 -wrong-import-order:22:0:22:22::"first party import ""pylint.checkers"" should be placed before loc…
22 -wrong-import-order:23:0:23:25::"first party import ""pylint.config"" should be placed before local…
23 -wrong-import-order:24:0:24:17::"first party import ""pylint.sys"" should be placed before local im…
24 -wrong-import-order:25:0:25:28::"first party import ""pylint.pyreverse"" should be placed before lo…
25 -wrong-import-order:30:0:30:40::"third party import ""six.moves.urllib.parse.quote"" should be plac…
26 -wrong-import-order:31:0:31:23::"first party import ""pylint.constants"" should be placed before lo…
27 -wrong-import-order:32:0:32:19::"standard import ""re"" should be placed before third party imports…
[all …]
/openbmc/docs/
H A Dcpp-style-and-conventions.md15 1. Code should be clear and concise.
16 2. Code should be written with modern practices.
17 3. Code should be performant.
19 ### Code should be clear and concise
24 for the writer. Solutions should avoid tricks that detract from the clarity of
31 When there is a conflict between clarity and conciseness, clarity should win
34 ### Code should be written with modern practices
37 standards. Today, that means all C++ code should be compiled using C++23
55 ### Code should be performant
108 2. Implementers should include the lowest level header required to solve the
[all …]
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot
/openbmc/bmcweb/
H A DDEVELOPING.md7 As OpenBMC is intended to be deployed on an embedded system, care should be
11 - Binaries and static files should take up < 1MB of filesystem size
12 - Memory usage should remain below 10MB at all times
13 - Application startup time should be less than 1 second on target hardware
18 Care should be taken to ensure that all code is written to be asynchronous in
21 should be avoided if possible, and instead use async tasks within boost::asio.
25 Secure coding practices should be followed in all places in the webserver
31 - All input from outside the application is considered untrusted, and should be
35 - Where applicable, noexcept methods should be preferred to methods that use
37 - Explicitly bounded types should be preferred over implicitly bounded types
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot33 Page Should Contain Element ${xpath_date_time_heading}
41 Page Should Contain To change how date and time are displayed
44 Page Should Contain If NTP is selected but an NTP server is not given or the
52 Page Should Contain Configure settings
59 Page Should Contain Element ${xpath_select_manual}
60 Page Should Contain Element ${xpath_select_ntp}
61 Page Should Contain Element ${xpath_select_save_settings}
69 Page Should Contain Element ${xpath_manual_date}
70 Page Should Contain Element ${xpath_manual_time}
73 Page Should Contain Element ${xpath_ntp_server1}
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot29 Page Should Contain Element ${xpath_sensor_heading}
36 Page Should Contain Sensors
43 Page Should Contain Element ${xpath_sensors_filter}
47 Page Should Contain Element ${xpath_sensors_search}
67 Page Should Contain Element ${xpath_filter_ok}
68 Page Should Contain Element ${xpath_filter_warning}
69 Page Should Contain Element ${xpath_filter_critical}
70 Page Should Contain Element ${xpath_filter_clear_all}
81 Page Should Contain No items match the search query
96 Element Should Be Visible ${xpath_selected_severity}
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_config.robot13 Should Be Empty ${stderr}
20 Should Be Empty ${stderr}
28 Should Be Empty ${stderr}
37 Should Be Equal As Integers ${memory_count} ${expected_memory_count}
44 Should Be Empty ${stderr}
53 Should Be Equal As Integers ${dimm_count} ${expected_dimm_count}
60 Should Be Empty ${stderr}
62 Should Not Contain ${output} could not be found
69 Should Be Empty ${stderr}
70 Should Contain ${output} No GARD entries to display
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_event_logs_sub_menu.robot46 Page Should Contain Element ${xpath_event_logs_heading}
56 Page Should Contain Element ${xpath_event_severity_ok} limit=1
57 Page Should Contain Element ${xpath_event_severity_warning} limit=1
58 Page Should Contain Element ${xpath_event_severity_critical} limit=1
61 Page Should Contain Element ${xpath_event_status_resolved} limit=1
62 Page Should Contain Element ${xpath_event_status_unresolved} limit=1
70 Page Should Contain Element ${xpath_event_search}
73 Page Should Contain Element ${xpath_event_from_date} limit=1
74 Page Should Contain Element ${xpath_event_to_date} limit=1
87 Should Be Equal ${number_of_events_before -1} ${number_of_events_after}
[all …]
/openbmc/u-boot/drivers/power/
H A DKconfig100 On A10(s) / A13 / A20 boards dcdc2 is VDD-CPU and should be 1.4V.
101 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V.
102 On A23/A33 boards dcdc2 is used for VDD-SYS and should be 1.1V.
104 On A83T boards dcdc2 is used for VDD-CPUA(cluster 0) and should be 0.9V.
105 On R40 boards dcdc2 is VDD-CPU and should be 1.1V
119 should be 1.25V.
120 On A10s boards with an axp152 dcdc3 is VCC-DRAM and should be 1.5V.
121 On A23 / A31 / A33 boards dcdc3 is VDD-CPU and should be 1.2V.
122 On A80 boards dcdc3 is used for VDD-CPUA(cluster 0) and should be 0.9V.
123 On A83T boards dcdc3 is used for VDD-CPUB(cluster 1) and should be 0.9V.
[all …]
/openbmc/openbmc-test-automation/gui/test/access_control/
H A Dtest_obmc_gui_ldap.robot
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot29 Event Log Should Not Exist
36 Event Log Should Not Exist
44 Event Log Should Not Exist
49 Event Log Should Not Exist
57 Event Log Should Exist
72 Should Be Empty ${error_entries}
80 Event Log Should Exist
86 Event Log Should Exist
119 Event Log Should Exist
122 Event Log Should Not Exist
[all …]
/openbmc/qemu/docs/
H A Dimage-fuzzer.txt15 # You should have received a copy of the GNU General Public License
45 generator should be specified as a mandatory parameter of the test runner.
67 In the latter case a parent element should be placed on the first position,
145 The file should be created if it doesn't exist or overwritten otherwise.
174 1. Should be able to inject random data
175 2. Should be able to select a random value from the manually pregenerated
177 3. Image template should describe a general structure invariant for all
179 4. Image template should be autonomous and other fuzzer parts should not
181 5. Image template should contain reference rules (not only block+size
183 6. Should generate the test image with the correct structure based on an image
[all …]
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_date_and_time_settings.robot
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dtests.py162 self.assertIsNone(result, "test_pr should return 'None' for a non existing PR")
165 self.assertFalse(result, "test_package should return 'False' for a non existing PR")
168 self.assertIsNone(result, "max_package_pr should return 'None' for a non existing PR")
173 self.assertEqual(result, "0", "getPR: initial PR of a package should be '0'")
176 … self.assertEqual(result, "0", "test_pr should return '0' here, matching the result of getPR")
179 self.assertTrue(result, "test_package should return 'True' for an existing PR")
182 self.assertEqual(result, "0", "max_package_pr should return '0' in the current test series")
187 …self.assertEqual(result, "0", "getPR: asking for the same PR a second time in a row should return …
192 self.assertEqual(result, "1", "getPR: second PR of a package should be '1'")
195 … self.assertEqual(result, "1", "test_pr should return '1' here, matching the result of getPR")
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D11218 # You should have received a copy of the GNU General Public License
83 # Should work
87 # Should not work
101 # Should fail for now; in the future, this might be supported by automatically
105 # The new L1 table could/should be leaked
117 # Should succeed
120 # Should fail (4th reference)
123 # The new L1 table could/should be leaked
133 # Both should fit into a single host cluster; instead of failing to increase the
134 # refcount of that cluster, qemu should just allocate a new cluster and make
[all …]
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Domap_serial.txt4 - compatible : should be "ti,omap2-uart" for OMAP2 controllers
5 - compatible : should be "ti,omap3-uart" for OMAP3 controllers
6 - compatible : should be "ti,omap4-uart" for OMAP4 controllers
7 - compatible : should be "ti,am4372-uart" for AM437x controllers
8 - compatible : should be "ti,am3352-uart" for AM335x controllers
9 - compatible : should be "ti,dra742-uart" for DRA7x controllers
11 - interrupts or interrupts-extended : Should contain the uart interrupt

12345678910>>...231