CI Test Harness for Bootloader

NOTE : This page may not be in latest state and will be essentially a mirror from my personal site: https://books.minetest.in/freebsd/gsoc

Project description

FreeBSD supports multiple architectures, file systems, and disk-partitioning schemes. Currently, there is a script named full-test.sh located in src/tools/boot/ that creates several of these environments but does not test all of them. The proposed idea is to rewrite the script in a language such as Python or Lua, which would allow for testing of all the architecture combinations supported in the first and second-tier support, and provide a report on any broken combinations and expected functionality. Additionally, providing Linux Boot support using Linux EFI shim(EDK) II for amd64 and arm64. If time permits, further exploration could be done to integrate the script into the existing build infrastructure (either Jenkins or Github Actions) to generate a comprehensive summary of the test results.

Approach to solving the problem

(Details as to how you intend to approach the problem, if applicable. May include ideas as to how to break the problem down into smaller parts, or notes on research you need to do before settling on your final approach to solving the problem)

Deliverables

Milestones

(5-10 milestones, with dates, indicating when you hope or expect to be able to complete features. This section is mandatory. Please negotiate these with your mentor to make sure you're not under- or over-estimating the amount of work to be done. Please also make sure the following four dates are included within your milestones)

Weekly Check-in

* Week 1 (29 May)

* Week 2 (4 Jun)

* Week 3 (12 Jun)

* Week 4 (19 Jun)

* Week 5 (26 Jun)

* Week 6 (3 July)

* Week 7 (10 July) - MidTerm Evaluations [Week Off Work]

* Week 8 (17 July)

* Week 9 (24 July)

* Week 10 (31 July)

* Week 11 (7 Aug)

* Week 12 (14 Aug)

* Week 13 (21 Aug) - Final Evaluations

Extension for 4 weeks

* Week 14 (28 Aug)

* Week 15 (4 Sept)

* Week 16 (11 Sept)

* Week 17 (18 Sept) [Kinda Busy week at work \0-0/]

* Week 18 (25 Sept)

* Final Tasks

The Code

Github URL : https://github.com/mightyjoe781/freebsd-src/tree/bootloader-smk

Notes

(A place to make notes that will be useful to others looking at your code. You probably don't need to put anything here on day one)

* site: https://books.minetest.in/freebsd/gsoc

* freebsd on m1 mac: https://books.minetest.in/freebsd/freebsd_m1/

SummerOfCode2023Projects/CITestHarnessForBootloader (last edited 2024-04-04T07:11:44+0000 by MarkLinimon)