Following this thread https://github.com/dannf/ubuntu-server-netboot/pull/21 , we have had test case of grub.cfg, and it will be nice that we could have more test cases for different type of coverage. They are at least:
[ ] pxelinux configuration files
[ ] output number and file names of the generated /tmpxxx
Description
Following this thread https://github.com/dannf/ubuntu-server-netboot/pull/21 , we have had test case of
grub.cfg
, and it will be nice that we could have more test cases for different type of coverage. They are at least:/tmpxxx
Possible Solution
Continue using
pytest
framework.Additional context
https://github.com/dannf/ubuntu-server-netboot/pull/21
Related Issue