/openbmc/qemu/tests/migration/guestperf/ |
H A D | comparison.py | 2 # Migration test scenario comparison mapping 20 from guestperf.scenario import Scenario 31 Scenario("pause-iters-0", 33 Scenario("pause-iters-1", 35 Scenario("pause-iters-5", 37 Scenario("pause-iters-20", 45 Scenario("post-copy-bw-100mbs", 47 Scenario("post-copy-bw-300mbs", 49 Scenario("post-copy-bw-1gbs", 51 Scenario("post-copy-bw-10gbs", [all …]
|
H A D | engine.py | 109 def _migrate(self, hardware, scenario, src, dst, connect_uri): argument 132 if scenario._auto_converge: 139 cpu_throttle_increment=scenario._auto_converge_step) 141 if scenario._post_copy: 154 max_bandwidth=scenario._bandwidth * 1024 * 1024) 157 downtime_limit=scenario._downtime) 159 if scenario._compression_mt: 166 compress_threads=scenario._compression_mt_threads) 173 decompress_threads=scenario._compression_mt_threads) 175 if scenario._compression_xbzrle: [all …]
|
H A D | report.py | 23 from guestperf.scenario import Scenario 31 scenario, argument 44 self._scenario = scenario 59 "scenario": self._scenario.serialize(), 76 Scenario.deserialize(data["scenario"]),
|
H A D | plot.py | 500 scenario = report._scenario 503 <th colspan="2">Scenario config</th> 561 """ % (scenario._downtime, scenario._bandwidth, 562 scenario._max_iters, scenario._max_time, 563 "yes" if scenario._pause else "no", scenario._pause_iters, 564 "yes" if scenario._post_copy else "no", scenario._post_copy_iters, 565 "yes" if scenario._auto_converge else "no", scenario._auto_converge_step, 566 "yes" if scenario._compression_mt else "no", scenario._compression_mt_threads, 567 "yes" if scenario._compression_xbzrle else "no", scenario._compression_xbzrle_cache))
|
H A D | shell.py | 31 from guestperf.scenario import Scenario 108 # Scenario args 146 return Scenario(name="perfreport", 184 scenario = self.get_scenario(args) 187 report = engine.run(hardware, scenario) 224 for scenario in comparison._scenarios: 225 name = os.path.join(comparison._name, scenario._name) 235 filename = os.path.join(dirname, scenario._name + ".json") 238 report = engine.run(hardware, scenario)
|
H A D | scenario.py | 2 # Migration test scenario parameter description 21 class Scenario(object): class
|
/openbmc/libmctp/tests/ |
H A D | test_serial.c | 75 struct serial_test scenario[2]; in main() local 112 scenario[0].mctp = mctp_init(); in main() 113 assert(scenario[0].mctp); in main() 114 scenario[0].binding.serial = mctp_serial_init(); in main() 115 assert(scenario[0].binding.serial); in main() 116 a = &scenario[0].binding; in main() 121 mctp_register_bus(scenario[0].mctp, mctp_binding_serial_core(a->serial), in main() 125 scenario[1].mctp = mctp_init(); in main() 126 assert(scenario[1].mctp); in main() 127 mctp_set_rx_all(scenario[1].mctp, rx_message, NULL); in main() [all …]
|
H A D | test_i2c.c | 219 struct i2c_test scenario[2]; in main() local 220 struct i2c_test *tx_test = &scenario[0]; in main() 221 struct i2c_test *rx_test = &scenario[1]; in main() 225 memset(scenario, 0x0, sizeof(scenario)); in main() 242 mctp_i2c_setup(tx_test->i2c, I2C_ADDR_A, test_i2c_tx, scenario); in main() 252 mctp_set_rx_all(rx_test->mctp, test_i2c_rxmsg, scenario); in main()
|
/openbmc/qemu/tests/multiboot/ |
H A D | aout_kludge.S | 45 #if SCENARIO == 1 52 #elif SCENARIO == 2 59 #elif SCENARIO == 3 66 #elif SCENARIO == 4 75 #elif SCENARIO == 5 82 #elif SCENARIO == 6 89 #elif SCENARIO == 7 96 #elif SCENARIO == 8 103 #elif SCENARIO == 9 111 #error Invalid SCENARIO [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run-batch.sh | 7 # Usage: kvm-test-1-run-batch.sh SCENARIO [ SCENARIO ... ] 9 # Each SCENARIO is the name of a directory in the current directory 26 echo Bad scenario name: \"$i\" 1>&2 31 echo Scenario name not a directory: \"$i\" 1>&2 36 echo Scenario lacks a command file: \"$i/qemu-cmd\" 1>&2 48 # Start up jitter, start each scenario, wait, end jitter. 65 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command."; 69 print "echo " scenario ": Bogus CPU-affinity information, so no taskset command."; 71 print "echo " scenario ": Could not dump state, so no taskset command."; 78 affinity_export="`awk -f $T/cpubatches.awk -v cpu_count="$cpu_count" -v scenario=$i < /dev/null`"
|
H A D | config2csv.sh | 5 # parameters. Run this in the directory containing the scenario files. 11 # specified on the command line. It will examine each scenario's file
|
/openbmc/pldm/fw-update/ |
H A D | device_updater.cpp | 51 // Handle error scenario in startFwUpdateFlow() 63 // Handle error scenario in startFwUpdateFlow() 75 // Handle error scenario in requestUpdate() 152 // Handle error scenario in sendPassCompTableRequest() 179 // Handle error scenario in sendPassCompTableRequest() 192 // Handle error scenario in sendPassCompTableRequest() 204 // Handle error scenario in passCompTable() 220 // Handle error scenario in passCompTable() 228 // Handle error scenario in passCompTable() 281 // Handle error scenario in sendUpdateComponentRequest() [all …]
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_signature.cpp | 98 /** @brief Test for success scenario*/ 104 /** @brief Test failure scenario with corrupted signature file*/ 113 /** @brief Test failure scenario with no public key in the image*/ 122 /** @brief Test failure scenario with invalid hash function value*/ 131 /** @brief Test for failure scenario with no config file in system*/
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | common-properties.txt | 33 Scenario 1 : CPU in LE mode & device in LE mode. 41 Scenario 2 : CPU in LE mode & device in BE mode. 49 Scenario 3 : CPU in BE mode & device in BE mode. 57 Scenario 4 : CPU in BE mode & device in LE mode.
|
/openbmc/linux/Documentation/RCU/ |
H A D | torture.rst | 195 eight-CPU scenario:: 211 Note that --gdb limits you to one scenario per kvm.sh run and requires 253 directory (2020.01.20-15.54.23 in the example above), while per-scenario 254 files reside in a subdirectory named after the scenario (for example, 255 "TREE04"). If a given scenario ran more than once (as in "--configs 257 subsequent runs of that scenario include a sequence number, for example, 264 The most frequently used files in each per-scenario-run directory are: 270 This contains build output for a specific scenario. 273 This contains the console output for a specific scenario. 357 This will build each default scenario's kernel on the local system, then [all …]
|
/openbmc/linux/include/uapi/sound/ |
H A D | snd_ar_tokens.h | 12 /** Scenario ID Audio Playback */ 14 /* Scenario ID Audio Record */ 16 /* Scenario ID Voice call. */ 70 * %AR_TKN_U32_SUB_GRAPH_SCENARIO_ID: Scenario ID for subgraph
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sf.h | 19 /* Smart Fifo possible scenario */ 71 * @long_delay_timeouts: aging and idle timer values for each scenario 73 * @full_on_timeouts: timer values for each scenario in full on state.
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_config.robot | 62 # SNMP manager IP Port Scenario 70 # SNMP manager IP Port Scenario 78 # SNMP manager IP Port Scenario 86 # SNMP manager IP Port Scenario 94 # SNMP manager IP Port Scenario 161 # SNMP manager IP Port Scenario
|
/openbmc/docs/designs/ |
H A D | power-recovery.md | 28 run services in this scenario. 30 A brownout is another scenario that commonly utilizes automated power-on 31 recovery features. A brownout is a scenario where BMC firmware detects (or is 38 brownout scenario. A UPS has a limited amount of power so it's main purpose is 103 this scenario after a BMC reboot, chassis-state-manager will check to see what 156 entire system is imminent(i.e. a blackout scenario where BMC will also lose 268 scenario is present when the system can no longer remain on. 273 Similar to the above brownout scenario, phosphor-state-manager will ensure
|
/openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
H A D | utest.cpp | 283 /** @brief Test for success scenario*/ 289 /** @brief Test failure scenario with corrupted signature file*/ 298 /** @brief Test failure scenario with no public key in the image*/ 307 /** @brief Test failure scenario with invalid hash function value*/ 316 /** @brief Test for failure scenario with no config file in system*/ 325 /** @brief Test for failure scenario without full verification */ 334 /** @brief Test for failure scenario without full verification */
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_mac.robot | 49 # MAC address scenario 57 # MAC address scenario 88 # invalid_MAC scenario 118 # MAC address scenario
|
/openbmc/linux/Documentation/crypto/ |
H A D | devel-algos.rst | 183 ^ | | at all in this scenario. 189 ^ | | at all in this scenario. 206 .setkey() -> .init() -> .update() -> .export() at all in this scenario. 215 ^ | | at all in this scenario.
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-core.c | 1021 static unsigned long test_context_cpsr(int scenario) in test_context_cpsr() argument 1028 cpsr = (scenario & 0xf) << 28; /* N,Z,C,V flags */ in test_context_cpsr() 1029 cpsr |= (scenario & 0xf) << 16; /* GE flags */ in test_context_cpsr() 1030 cpsr |= (scenario & 0x1) << 27; /* Toggle Q flag */ in test_context_cpsr() 1037 if (scenario == 15) in test_context_cpsr() 1047 if (scenario == 15) in test_context_cpsr() 1052 unsigned x = (scenario >> 4); in test_context_cpsr() 1060 if ((scenario & 0xf) == 0xf) in test_context_cpsr() 1075 switch (scenario) { in test_context_cpsr() 1099 int scenario = test_case_run_count>>1; in setup_test_context() local [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/ |
H A D | alsa-state.bb | 7 SUMMARY = "Alsa scenario files to enable alsa state restoration" 9 DESCRIPTION = "Alsa Scenario Files - an init script and state files to restore \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_tcp_skb.c | 257 /* Scenario 1 */ in test_cgroup_tcp_skb() 278 /* Scenario 2 */ in test_cgroup_tcp_skb() 297 /* Scenario 3 */ in test_cgroup_tcp_skb() 316 /* Scenario 4 */ in test_cgroup_tcp_skb()
|