]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-f20-ppc64.c
test/parser: Add Fedora 20 ppc64 parser testcase
[petitboot] / test / parser / test-grub2-f20-ppc64.c
diff --git a/test/parser/test-grub2-f20-ppc64.c b/test/parser/test-grub2-f20-ppc64.c
new file mode 100644 (file)
index 0000000..fdba933
--- /dev/null
@@ -0,0 +1,18 @@
+
+#include "parser-test.h"
+
+void run_test(struct parser_test *test)
+{
+       struct discover_context *ctx;
+
+       test_add_dir(test, test->ctx->device, "/ppc/ppc64");
+
+       test_read_conf_file(test, "grub2-f20-ppc.conf",
+                       "/boot/grub/grub.cfg");
+
+       test_run_parser(test, "grub2");
+
+       ctx = test->ctx;
+
+       check_boot_option_count(ctx, 3);
+}