/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | depends.py | 34 def _validate_test_case_depends(cases, depends): argument 36 if not case in cases: 39 if not dep in cases: 41 ", cases available %s." % (case, dep, str(cases.keys()))) 43 def _order_test_case_by_depends(cases, depends): argument 49 raise OEQADependency("Test cases %s and %s have a circular" \ 55 dep_graph['__root__'] = cases.keys() 56 for case in cases: 66 return [cases[case_id] for case_id in cases_ordered] 92 _validate_test_case_depends(registry['cases'], registry['depends']) [all …]
|
H A D | __init__.py | 38 # OETestLoader call it when is loading test cases. 42 # registry) of a cases that were filtered. 60 # OETestLoader call it after discover test cases 61 # needs to return the cases to be run. 64 return registry['cases']
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | kernel-dev.json | 17 …Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wi… 18 …ed_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wik… 39 …Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wi… 40 …ed_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wik… 61 …Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wi… 62 …ed_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wik… 83 …Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wi… 84 …ed_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wik… 105 …Execute the test case steps asdocumented on the \"Kernel Development Test Cases\" wiki. https://wi… 106 …ed_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wik… [all …]
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | oeqa-fvp.md | 3 …ng the `testimage` Yocto task. meta-arm has good support for writing test cases against [Arm FVPs]… 24 As in OEQA in OE-core, tests cases can run commands on the machine using SSH. It therefore requires… 32 For examples of test cases, see meta/lib/oeqa/runtime/cases in OE-Core. The majority of test cases … 36 To support firmware and baremetal testing, OEFVPTarget also allows test cases to make assertions ag… 44 For an example of a full test case, see meta-arm/lib/oeqa/runtime/cases/linuxboot.py This test case…
|
/openbmc/linux/Documentation/livepatch/ |
D | reliable-stacktrace.rst |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
H A D | makefile-remove-ldflags.patch | 7 diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile 9 --- a/cases/stress/hwpoison/Makefile 10 +++ b/cases/stress/hwpoison/Makefile
|
/openbmc/qemu/scripts/ |
H A D | device-crash-test | 60 # because unexpected cases where QEMU exits with exitcode=1 will 439 """Generate test cases for all variables 441 cases = [testcase.copy()] 444 cases = genCases1(args, cases, var, fn) 445 return cases 449 cases = genCases(args, testcase) 451 cases = list(cases) 452 cases = random.sample(cases, min(args.random, len(cases))) 454 cases = list(cases) 455 dbg("%d test cases to test", len(cases)) [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
D | README |
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 108 self.tc._registry['cases'][case_id] = case 140 # 'auto' is a reserved key word to run test cases automatically 222 Returns a suite of all tests cases contained in testCaseClass. 225 raise TypeError("Test cases should not be derived from TestSuite." \ 263 for case in self.tc._registry['cases']: 270 raise OEQATestNotFound("Not found %s in loaded test cases" % \ 281 cases = None 285 cases = clss.discover(self.tc._registry) 290 return self.suiteClass(cases) if cases else big_suite 330 Returns a suite of all tests cases contained in module. [all …]
|
/openbmc/linux/net/bluetooth/ |
D | Kconfig |
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_request_via_mTLS.md | 56 ## Test Cases for mTLS authentication 59 purposes. Therefore, some test cases need to write a new one to match it for 61 username) Some cases don’t need to be tested because the purpose of them are 76 Most cases related to sessions don't require mTLS because Redfish requests 78 these cases when mTLS is enabled.
|
/openbmc/openbmc-test-automation/ |
H A D | README.md | 66 the OpenBMC GUI Test Setup Guide. Note: GUI test cases under `gui/` will not 151 `redfish/`: Contains the general test cases for OpenBMC stack functional 154 `systest/`: Contains test cases for HTX bootme testing. 156 `xcat/`: Contains test cases for XCAT automation. 158 `gui/test/`: Contains test cases for testing web-based interface built on 161 `gui/gui_test/`: Contains test cases for testing web-based user interface built 164 `pldm/`: Contains test cases for platform management subsystem (base, bios, fru, 167 `snmp/`: Contains test cases for SNMP (Simple Network Management Protocol) 170 `openpower/`: Contains test cases for an OpenPOWER based system. 176 `test_list/`: Contains the argument files used for skipping test cases (e.g [all …]
|
/openbmc/openbmc-test-automation/test_lists/ |
H A D | skip_test_witherspoon | 8 # System LED test cases which are NA for Witherspoon system. 46 # Configure invalid IP address use cases. 57 # Skipping RAS test cases 67 # IPMI disable and enable use cases.
|
H A D | skip_test_palmetto | 20 # Test cases are NA for Palmetto 31 # System LED test cases which are NA for Palmetto system. 40 # FSI Related Test Cases NA for Palmetto System.
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | test-div.c | 9 { 4, 2, 2, 0 }, /* normal cases */ 11 { 0, 0, -1, 0 }, /* div by zero cases */ 21 { 4, 2, 2, 0 }, /* normal cases */ 23 { 0, 0, ULONG_MAX, 0 }, /* div by zero cases */
|
/openbmc/qemu/scripts/simplebench/ |
H A D | img_bench_templater.py | 65 row templating: [var1|var2|...] - similar thing to define rows (test-cases) 70 qemu-img-new in your build directory in two test-cases with 4K writes and 64K 79 test-cases). 89 cases = [{'id': ' / '.join(x), 'data': x} for x in templater.rows] variable 91 result = simplebench.bench(bench_func, envs, cases, count=5,
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | mock_services.hpp | 91 * This allows test cases to use the object in EXPECT_CALL() statements. 103 * This allows test cases to use the object in EXPECT_CALL() statements. 116 * This allows test cases to use the object in EXPECT_CALL() statements. 128 * This allows test cases to use the object in EXPECT_CALL() statements. 140 * This allows test cases to use the object in EXPECT_CALL() statements.
|
/openbmc/linux/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci |
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | manualexecution.py | 1 # test case management tool - manual execution from testopia test cases 123 cases = load_json_file(case_file) 133 for case in copy.deepcopy(cases) : 135 cases.remove(case) 137 print('\nTotal number of test cases in this test suite: %s\n' % len(cases)) 138 for c in cases: 194 cases = load_json_file(case_file) 200 for case in cases: 235 … help='make the testcase configuration file to run a set of test cases based on user selection')
|
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt |
|
/openbmc/linux/tools/usb/ |
D | hcd-tests.sh |
|
/openbmc/phosphor-power/phosphor-power-sequencer/docs/ |
H A D | testing.md | 5 The [test](../test) directory contains automated test cases written using the 9 The goal is to write automated test cases for as much application code as 36 CI test environment. Thus, in automated test cases they need to be mocked.
|
/openbmc/phosphor-power/phosphor-regulators/docs/ |
H A D | testing.md | 5 The [test](../test) directory contains automated test cases written using the 9 The goal is to write automated test cases for as much application code as 36 CI test environment. Thus, in automated test cases they need to be mocked.
|
/openbmc/openbmc-test-automation/test_lists/witherspoon/ |
H A D | skip_inband_ipmi | 1 #Skipping inband IPMI test cases to run all out-of-band IPMI test cases
|
H A D | skip_oob_ipmi | 1 #Skipping out-of-band IPMI test cases to run all inband IPMI test cases
|