| |
@@ -61,7 +61,7 @@
|
| |
self.assertEqual(image.mtime, 13579)
|
| |
self.assertEqual(image.size, 1024)
|
| |
self.assertEqual(image.arch, 'x86_64')
|
| |
- self.assertEqual(image.type, "boot")
|
| |
+ self.assertEqual(image.type, "dvd-ostree")
|
| |
self.assertEqual(image.format, "iso")
|
| |
self.assertEqual(image.disc_number, 1)
|
| |
self.assertEqual(image.disc_count, 1)
|
| |
This depends on python-productmd >= 1.3 that understands this format. It has been released in upstream now and there are builds for Fedora with update for F25 filed.
Fixes #417.