All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Asleson <tasleson@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - lvmdbustest: Make vg name suffix more unique
Date: Fri, 23 Sep 2022 12:59:03 +0000 (GMT)	[thread overview]
Message-ID: <20220923125903.3FB8F385735F@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=40018cbf5386e4ba76c0d4cc10aa1bd88ef0e6ab
Commit:        40018cbf5386e4ba76c0d4cc10aa1bd88ef0e6ab
Parent:        36a8fb20bf8a42e7e3227ad85a2b29e0b1432b14
Author:        Tony Asleson <tasleson@redhat.com>
AuthorDate:    Thu Sep 22 16:17:20 2022 -0500
Committer:     Tony Asleson <tasleson@redhat.com>
CommitterDate: Thu Sep 22 16:17:20 2022 -0500

lvmdbustest: Make vg name suffix more unique

---
 test/dbus/lvmdbustest.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 045dbb2b0..fc84026df 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -29,6 +29,8 @@ g_tmo = 0
 # Approx. min size
 VDO_MIN_SIZE = mib(8192)
 
+VG_TEST_SUFFIX = "_vg_LvMdBuS_TEST"
+
 EXE_NAME="/lvmdbusd"
 
 # Prefix on created objects to enable easier clean-up
@@ -71,7 +73,7 @@ if pv_device_list:
 
 
 def vg_n(prefix=None):
-	name = rs(8, '_vg')
+	name = rs(8, VG_TEST_SUFFIX)
 	if prefix:
 		name = prefix + name
 	return g_prefix + name


                 reply	other threads:[~2022-09-23 12:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220923125903.3FB8F385735F@sourceware.org \
    --to=tasleson@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.