[Skiboot] [PATCH 0/2] ffspart tests

Joel Stanley joel at jms.id.au
Thu Nov 29 11:01:52 AEDT 2018


This adds some tests to ffspart. The first documents how to describe a
toc, and the second describes some funky behaviour that I had to debug.

Joel Stanley (2):
  ffspart: Add toc test
  ffspart: Add test for eraseblock size

 external/ffspart/test/files/17-toc.in         |   5 ++
 external/ffspart/test/files/17-toc.out        | Bin 0 -> 2560 bytes
 .../files/18-eraseblock-gt-first-partition.in |   2 +
 external/ffspart/test/tests/17-toc            |  15 ++++++
 .../tests/18-eraseblock-gt-first-partition    |  45 ++++++++++++++++++
 5 files changed, 67 insertions(+)
 create mode 100644 external/ffspart/test/files/17-toc.in
 create mode 100644 external/ffspart/test/files/17-toc.out
 create mode 100644 external/ffspart/test/files/18-eraseblock-gt-first-partition.in
 create mode 100644 external/ffspart/test/tests/17-toc
 create mode 100644 external/ffspart/test/tests/18-eraseblock-gt-first-partition

-- 
2.19.1



More information about the Skiboot mailing list