tests: nodeinfo: Test F21 aarch64 on APM mustang

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Cole Robinson
2015-03-31 14:38:41 -06:00
committed by Eric Blake
parent 630ee5ac6c
commit f5c2d6f033
164 changed files with 226 additions and 1 deletions

View File

@@ -246,6 +246,7 @@ mymain(void)
{"test7", VIR_ARCH_X86_64},
{"test8", VIR_ARCH_X86_64},
{"raspberrypi", VIR_ARCH_ARMV6L},
{"f21-mustang", VIR_ARCH_AARCH64},
};
if (virInitialize() < 0)