summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/cases/javac.py
Commit message (Collapse)AuthorAgeFilesLines
* oeqa/runtime/javac: Add package check for javacTim Orling2024-03-231-0/+4
| | | | | | | Before testing whether javac exists, check to see if one of the jdk packages is installed on the target. Otherwise, the test will fail. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
* oeqa: runtime: java: Drop OETestIDRichard Leitner2019-06-061-1/+0
| | | | | | | | | Since "warrior" the OETestIDs are not longer supported in OE-Core, therefore remove them. Removed in OE-Core rev: 551153b0bd1ebbc05582f6014e3d88b9ce4a46d0 Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* oeqa: runtime: add java & javac testcasesRichard Leitner2018-06-191-0/+32
These testcases verify that java and javac are working. They will be used as "quality-gate" test for accepting patches in the future. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>