summaryrefslogtreecommitdiff
path: root/tests/integration_tests/bugs/test_lp1886531.py
AgeCommit message (Collapse)Author
2020-11-02test_lp1886531: don't assume /etc/fstab exists (#639)Daniel Watkins
As the bug manifested because groovy doesn't ship /etc/fstab, we should not assume that /etc/fstab will be present for us to remove in our bootcmd. Co-authored-by: Rick Harding <rharding@mitechie.com>
2020-10-02add integration test for LP: #1886531 (#592)Daniel Watkins