/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_restore.robot | 2 Documentation This suite verifies the power restore policy supported by 25 Test Restore Policy ALWAYS_POWER_OFF With Host Off 26 [Documentation] Validate ALWAYS_POWER_OFF restore policy functionality. 27 ... Policy: 28 ... System policy set to ALWAYS_POWER_OFF. 36 [Template] Verify Restore Policy 38 # Policy Initial Host State Expected Host State 43 Test Restore Policy ALWAYS_POWER_OFF With Host Running 44 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running. 46 [Template] Verify Restore Policy [all …]
|
/openbmc/ibm-logging/test/ |
H A D | test_policy.cpp | 211 jsonFile = jsonDir / "policy.json"; in SetUp() 227 * Test finding entries in the policy table 231 policy::Table policy{jsonFile}; in TEST_F() local 232 ASSERT_EQ(policy.isLoaded(), true); in TEST_F() 239 auto details = policy.find(err, mod); in TEST_F() 250 details = policy.find(err, mod); in TEST_F() 258 details = policy.find(err, mod); in TEST_F() 268 * Test policy::find() that uses the data from a property 269 * map to find entries in the policy table. 275 policy::Table policy{jsonFile}; in TEST_F() local [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | tripwire.txt | 2 …ou through the processes of setting passphrases and signing the Tripwire policy and configuration … 7 5. Edit the policy file (twpol.txt) with a text editor, if desired. 9 …If you plan to modify the policy file, we recommend you do so before running the configuration scr… 11 Modifying the Policy File 12 …policy file (twpol.txt). A default policy file is included in the Tripwire software installation. … 14 …policy file at /etc/tripwire/twpol.txt. An example policy file (located at /usr/doc/tripwire-VE… 16 …policy file, follow the Post-Installation Instructions (run the configuration script). This script… 22 … the site key, which is used to sign Tripwire software configuration and policy files. Assign a un… 27 …ftware builds a database of filesystem objects based on the rules in the policy file. This databas… 43 Updating the Policy File [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
D | security.txt |
|
/openbmc/linux/drivers/hwtracing/stm/ |
D | policy.c |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | configfs-stp-policy |
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test.c | 68 const uint8_t *policy = arg; in check_set_count() local 69 ptimer_state *ptimer = ptimer_init(ptimer_trigger, NULL, *policy); in check_set_count() 83 const uint8_t *policy = arg; in check_set_limit() local 84 ptimer_state *ptimer = ptimer_init(ptimer_trigger, NULL, *policy); in check_set_limit() 106 const uint8_t *policy = arg; in check_oneshot() local 107 ptimer_state *ptimer = ptimer_init(ptimer_trigger, NULL, *policy); in check_oneshot() 108 bool no_round_down = (*policy & PTIMER_POLICY_NO_COUNTER_ROUND_DOWN); in check_oneshot() 224 const uint8_t *policy = arg; in check_periodic() local 225 ptimer_state *ptimer = ptimer_init(ptimer_trigger, NULL, *policy); in check_periodic() 226 bool wrap_policy = (*policy & PTIMER_POLICY_WRAP_AFTER_ONE_PERIOD); in check_periodic() [all …]
|
/openbmc/linux/drivers/cpufreq/ |
D | longrun.c |
|
D | cpufreq_governor.c |
|
D | amd_freq_sensitivity.c |
|
D | ppc_cbe_cpufreq_pmi.c |
|
D | cpufreq_stats.c |
|
D | gx-suspmod.c |
|
/openbmc/linux/Documentation/cpu-freq/ |
D | cpu-drivers.rst |
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | rpolicy.hpp | 17 * @brief Redundancy policy interface. 23 * The redundancy policy encapsulates the logic to aggregate those 36 * @brief Construct a new Redundancy Policy. 38 * @param[in] fan - The fan associated with this policy. 51 * the inventory and execute their policy logic. 79 * @brief Policy association. 81 * PolicyAccess can be used to associate a redundancy policy 84 * Wrap the type to be associated with a policy with PolicyAccess. 86 * @tparam T - The type to associate with a redundancy policy. 87 * @tparam Policy - An array type where the policy is stored. [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_tftp_upload_image.robot | 33 TFTP Download Install With ApplyTime OnReset Policy 34 [Documentation] Download image to BMC using TFTP with OnReset policy and verify installation. 38 # policy 42 TFTP Download Install With ApplyTime Immediate Policy 43 [Documentation] Download image to BMC using TFTP with Immediate policy and verify installation. 47 # policy 51 ImageURI Download Install With ApplyTime OnReset Policy 52 … [Documentation] Download image to BMC using ImageURI with OnReset policy and verify installation. 56 # policy 60 ImageURI Download Install With ApplyTime Immediate Policy [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
D | xfrm_policy.sh |
|
/openbmc/linux/Documentation/trace/ |
D | sys-t.rst |
|
D | stm.rst |
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | service_indicators.hpp | 10 * @class Policy 14 class Policy class 17 Policy() = delete; 18 virtual ~Policy() = default; 19 Policy(const Policy&) = default; 20 Policy& operator=(const Policy&) = delete; 21 Policy(Policy&&) = delete; 22 Policy& operator=(Policy&&) = delete; 29 explicit Policy(const DataInterfaceBase& dataIface) : _dataIface(dataIface) in Policy() function in openpower::pels::service_indicators::Policy 50 * This class implements the 'LightPath' IBM policy for [all …]
|
/openbmc/ibm-logging/ |
H A D | policy_table.cpp | 28 namespace policy namespace 42 log<level::INFO>("Policy table JSON file does not exist", in Table() 55 for (const auto& policy : json) in load() local 59 for (const auto& details : policy["dtls"]) in load() 67 policies.emplace(policy["err"], std::move(detailsList)); in load() 74 log<level::ERR>("Failed loading policy table json file", in load() 87 auto policy = policies.find(error); in find() local 89 if (policy != policies.end()) in find() 94 policy->second.begin(), policy->second.end(), in find() 97 if ((details == policy->second.end()) && !modifier.empty()) in find() [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst |
|
/openbmc/qemu/include/authz/ |
H A D | list.h | 40 * list of globs. Each match rule has an associated policy 41 * and a catch all policy applies if no rule matches 52 * { "match": "fred", "policy": "allow", "format": "exact" }, 53 * { "match": "bob", "policy": "allow", "format": "exact" }, 54 * { "match": "danb", "policy": "deny", "format": "exact" }, 55 * { "match": "dan*", "policy": "allow", "format": "glob" } 57 * "policy": "deny" 66 QAuthZListPolicy policy; member 74 QAuthZListPolicy policy, 79 QAuthZListPolicy policy, [all …]
|
/openbmc/openbmc/meta-ibm/recipes-core/systemd/ |
H A D | systemd_%.bbappend | 2 SRC_URI:append:ibm-ac-server = " file://journald-storage-policy.conf" 4 SRC_URI:append:ibm-ac-server = " file://journald-size-policy-2MB.conf" 6 SRC_URI:append:p10bmc = " file://journald-storage-policy.conf" 8 SRC_URI:append:p10bmc = " file://journald-size-policy-16MB.conf" 18 SRC_URI:append:system1 = " file://journald-storage-policy.conf" 19 SRC_URI:append:system1 = " file://journald-size-policy-16MB.conf" 22 FILES:${PN}:append:ibm-ac-server = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.con… 24 FILES:${PN}:append:ibm-ac-server = " ${systemd_unitdir}/journald.conf.d/journald-size-policy.conf" 26 FILES:${PN}:append:p10bmc = " ${systemd_unitdir}/journald.conf.d/journald-storage-policy.conf" 28 FILES:${PN}:append:p10bmc = " ${systemd_unitdir}/journald.conf.d/journald-size-policy.conf" [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_chassis.robot | 95 Verify Chassis Power Policy 96 [Documentation] Verify setting chassis power policy via IPMI command. 100 ... Run External IPMI Standard Command chassis policy ${initial_power_policy} 101 [Template] Set Chassis Power Policy Via IPMI And Verify 114 ... Run External IPMI Standard Command chassis policy ${initial_power_policy} 156 Set Chassis Power Policy Via IPMI And Verify 157 [Documentation] Set chasiss power policy via IPMI and verify. 161 # power_policy Chassis power policy to be set(e.g. "always-off", "always-on"). 163 Run External IPMI Standard Command chassis policy ${power_policy} 173 # power_policy Chassis power policy to be set(e.g. "always-off", "always-on"). [all …]
|