summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-f20-ppc64.c
blob: fdba933f3a78d5192146b0d787a9f5be3e10cfa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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);
}
OpenPOWER on IntegriCloud