summaryrefslogtreecommitdiff
path: root/tests/setup_xen_dom0_test
blob: cb57f8b915a22aab19bc0213d79fdb51dfc2ad2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env atf-sh

. $(atf_get_srcdir)/test_env.sh
init_tests \
	setup_xen_dom0

setup_xen_dom0_body() {
	init_env
	atf_check -s exit:0 \
		-o match:"modprobe xen" \
		-o match:"Starting xen" \
		-e empty \
		setup-xen-dom0
}