/openbmc/telemetry/src/ |
H A D | report.cpp | 56 if (persistency) in Report() 58 persistency = false; in Report() 74 persistency = storeConfiguration(); in Report() 112 if (persistency) in ~Report() 202 persistency = storeConfiguration(); in makeReportInterface() 253 persistency = storeConfiguration(); in makeReportInterface() 263 if (newVal == persistency) in makeReportInterface() 274 persistency = oldVal = false; in makeReportInterface() 277 }, [this](const auto&) { return persistency; }); in makeReportInterface() 299 persistency = storeConfiguration(); in makeReportInterface() [all …]
|
H A D | report.hpp | 120 bool persistency = false; member in Report
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_protocol_settings.robot | 63 [Documentation] Enable SSH protocol and verify persistency. 68 # Reboot BMC and verify persistency. 79 [Documentation] Disable SSH protocol and verify persistency. 86 # Reboot BMC and verify persistency. 220 ... it's persistency after BMC reboot.
|
H A D | test_bmc_network_conf.robot | 199 [Documentation] Add IPv4 address and check persistency. 206 # Reboot BMC and verify persistency. 433 [Documentation] Configure DNS server and check persistency on reboot. 440 # Reboot BMC and verify persistency. 566 [Documentation] Configure multiple static ipv4 address via Redfish and check persistency. 574 # Reboot BMC and verify persistency. 620 [Documentation] Config multiple DNS and check persistency. 629 # Reboot BMC and verify persistency.
|
H A D | test_managers_bmc.robot | 131 # Check for journald persistency post reboot. 161 # Check for journald persistency post reboot.
|
H A D | test_bmc_network_mac.robot | 69 [Documentation] Configure valid MAC and check persistency. 95 [Documentation] Configure invalid MAC and verify persistency on FW_Env.
|
H A D | test_multiple_interfaces_dhcp.robot | 100 [Documentation] Enable DHCP on Eth1 and check persistency
|
H A D | test_bmc_dumps.robot | 142 ... persistency. 158 [Documentation] Create user dump, reset BMC and verify dump persistency.
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_trap.robot | 202 [Documentation] Verify persistency of SNMP manager configuration on BMC 209 # Reboot BMC and check persistency SNMP manager. 249 [Documentation] Configure multiple SNMP Managers on BMC and verify persistency on BMC reboot. 259 # Reboot BMC and check persistency SNMP manager. 277 # Reboot BMC and check persistency SNMP manager.
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 120 ... verify persistency of SSH connection on BMC reboot. 132 ... verify persistency of IPMI command work on BMC reboot. 162 ... verify persistency of IPMI command does not work on BMC reboot.
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_disable.robot | 55 [Documentation] Verify IPMI disable persistency after BMC reboot.
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 162 [Documentation] Verify new password persistency after BMC reboot. 185 # Reboot BMC and verify persistency. 260 [Documentation] Verify new admin password persistency after BMC reboot.
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_sessions_management.robot | 189 [Documentation] Verify session persistency after BMC reboot. 197 # Check for session persistency after BMC reboot.
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi.robot | 126 [Documentation] Verify persistency of VMI IPv4 details after host reboot. 129 # Verifying persistency of dynamic address. 135 # Verifying persistency of static address. 176 # Verifying persistency of dynamic address after multiple reboots.
|
H A D | test_savearea_management.robot | 565 [Documentation] Upload the partition file and check for persistency after reboot.
|
H A D | test_lock_management.robot | 192 [Documentation] Acquire lock and after reboot the locks are removed as no persistency
|
/openbmc/telemetry/tests/src/ |
H A D | test_report.cpp | 526 bool persistency = false; in TEST_F() local 527 EXPECT_THAT(setProperty(sut->getPath(), "Persistency", persistency).value(), in TEST_F() 530 Eq(persistency)); in TEST_F()
|
/openbmc/openbmc-test-automation/redfish/task_service/ |
H A D | test_tasks_service.robot | 172 [Documentation] Verify task collection persistency post BMC reboot.
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_snmp_alerts_sub_menu.robot | 162 ... add multiple SNMP Managers on BMC via GUI and verify persistency on BMC reboot. 174 # Reboot BMC and check persistency SNMP manager.
|
/openbmc/openbmc-test-automation/extended/code_update/ |
H A D | bmc_code_update.robot | 200 [Documentation] Test certificate persistency after BMC update.
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 367 The `AddTrigger` method also allows to set trigger's persistency (whether
|