Skip to content

Instantly share code, notes, and snippets.

View TheNetAdmin's full-sized avatar

Zixuan Wang TheNetAdmin

View GitHub Profile
@TheNetAdmin
TheNetAdmin / send-email-me.sh
Created August 16, 2022 09:57
kvm-unit-tests dev scripts
#!/bin/bash
source "$(realpath $(dirname $0))/../patch/version.sh"
patch_dir="patches/${PATCH_VERSION}-public"
if [ ! -d "${patch_dir}" ]; then
echo "Cannot find ${patch_dir}"
exit 1
fi
@TheNetAdmin
TheNetAdmin / mark-efi.py
Created August 16, 2022 09:26
Mark kvm-unit-tests EFI test cases
# build efi test cases and then `ls *.efi` to get this efi_tests list
efi_tests = [
"amd_sev",
"apic",
"asyncpf",
"cet",
"debug",
"dummy",
"emulator",
"eventinj",
atom sync