]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu-gather: Delete old script
authorTim Wiederhake <twiederh@redhat.com>
Tue, 15 Dec 2020 16:25:00 +0000 (17:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Dec 2020 22:20:18 +0000 (23:20 +0100)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/cputestdata/cpu-gather.py
tests/cputestdata/cpu-gather.sh [deleted file]

index c639c433d29c9231aedb5c40655206857fd91ba2..9c609aa6e9c78512583989f79b45bd1d014a8517 100755 (executable)
@@ -232,11 +232,6 @@ def main():
     for o in model:
         print(json.dumps(o))
 
-    print(end="", flush=True)
-    os.environ["CPU_GATHER_PY"] = "true"
-    os.environ["qemu"] = args.path_to_qemu
-    subprocess.check_call("./cpu-gather.sh")
-
 
 if __name__ == "__main__":
     main()
diff --git a/tests/cputestdata/cpu-gather.sh b/tests/cputestdata/cpu-gather.sh
deleted file mode 100755 (executable)
index 5cef26c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-if [ -z "${CPU_GATHER_PY}" ]; then
-    echo >&2 "Do not call this script directly. Use 'cpu-gather.py' instead."
-    exit 1
-fi