qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 09/10] iotests: rewrite check into python


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH v3 09/10] iotests: rewrite check into python
Date: Tue, 21 Apr 2020 10:40:26 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

21.04.2020 10:36, Vladimir Sementsov-Ogievskiy wrote:
Just use classes introduced in previous three commits. Behavior
difference is described in these three commits.

Drop group file, as it becomes unused.

Signed-off-by: Vladimir Sementsov-Ogievskiy<address@hidden>
---
  tests/qemu-iotests/check | 965 ++-------------------------------------
  tests/qemu-iotests/group | 299 ------------
  2 files changed, 28 insertions(+), 1236 deletions(-)
  delete mode 100644 tests/qemu-iotests/group

diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check
index 03016e1e91..4cb6fd5113 100755
--- a/tests/qemu-iotests/check
+++ b/tests/qemu-iotests/check
@@ -1,7 +1,8 @@
-#!/usr/bin/env bash
+#!/usr/bin/env python3
  #
-# Copyright (C) 2009 Red Hat, Inc.
-# Copyright (c) 2000-2002,2006 Silicon Graphics, Inc.  All Rights Reserved.

I've dropped old copyrights. If someone think that I should keep them here
or in a new testenv.py/testfinder.py/testrunner.py, please let me know.

+# Configure environment and run group of tests in it.
+#
+# Copyright (c) 2020 Virtuozzo International GmbH


--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]