NetworkGradeLinux / mion

Main repository for the mion network operating system
Other
15 stars 0 forks source link

Add ptest image type #81

Closed toganlabs closed 3 years ago

toganlabs commented 3 years ago

We need an image that creates a ptest image.

kprosise commented 3 years ago

Update: To do things correctly, there was some minor issues I encountered while (a) running ptests set up in build/local.conf that I wanted to address and (b) the p-test image resulted in the tests not being included.

I found the Yocto QA ptest image which I will be basing the mion one off of, which helps, and I hope to have this done in the near future.

kprosise commented 3 years ago

p-tests were not being included due to a "ptest" not being added to DISTRO_FEATURES. Can be added to local.conf. left out as Yocto does not permit it being added outside of such.

Pull request has been opened.

kprosise commented 3 years ago

waiting on PR meta-mion PR #96 approval. It's likely that this will require a bit of tweaking at some point however. @toganlabs

kprosise commented 3 years ago

Once mion #127 is merged, we can close this issue. Future changes can be done in later issues.

kprosise commented 3 years ago

Closing issue. The Ptest image will be visited again after the runtime testing image type is complete.