Remove unused files in test repositoryChanges: - Delete python file which is not used in the test codeTested: - NAChange-Id: I79c5ccb8ccb0eb3699e897a0d9bbfad1acad6850Signed-off-by: Geor
Remove unused files in test repositoryChanges: - Delete python file which is not used in the test codeTested: - NAChange-Id: I79c5ccb8ccb0eb3699e897a0d9bbfad1acad6850Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
Fix warning and errors CIChange-Id: I00689763f9128229382a389826336eb5cd99662dSigned-off-by: George Keishing <gkeishin@in.ibm.com>
black: re-formatblack and isort are enabled in the openbmc-build-scripts on Python filesto have a consistent formatting. Re-run the formatter on the wholerepository.Signed-off-by: Patrick Will
black: re-formatblack and isort are enabled in the openbmc-build-scripts on Python filesto have a consistent formatting. Re-run the formatter on the wholerepository.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I944f1915ece753f72a3fa654902d445a9749d0f9
Revert "black: re-format"This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.Signed-off-by: George Keishing <gkeishin@in.ibm.com>Change-Id: Ie61cdc8c7f2825b0d9d66be87a6a3a058de2b372
black: re-formatblack and isort are enabled in the openbmc-build-scripts on Python filesto have a consistent formatting. Re-run the formatter on the wholerepository.Change-Id: If1010ead857d413
black: re-formatblack and isort are enabled in the openbmc-build-scripts on Python filesto have a consistent formatting. Re-run the formatter on the wholerepository.Change-Id: If1010ead857d41364c024bf8145a979a9377d382Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Update python code for python 3.8 or higher compatibilityChanges: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher py
Update python code for python 3.8 or higher compatibilityChanges: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher python version 3.8 and above. - bufsize fix, from documentation bufsize 1 means line buffered (only usable if universal_newlines=True i.e., in a text mode) refer: https://docs.python.org/3/library/subprocess.html - Fix SyntaxWarning: "is" with "=="Change-Id: Ib96c1ba8c2327d6774d0d731b48ca7e61a4a297aSigned-off-by: George Keishing <gkeishin@in.ibm.com>
Adding secureboot setup check:Changes:- 1) Get Secure boot info - Jumper settings, secure boot state, number of procs- 2) Execution of test cases based on jumper and secure boot policyTes
Adding secureboot setup check:Changes:- 1) Get Secure boot info - Jumper settings, secure boot state, number of procs- 2) Execution of test cases based on jumper and secure boot policyTested: Working GoodResolve openbmc/openbmc-test-automation#1705Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com>Change-Id: I709274d1263285d85856ae6048bfe594115ce4dc