From: Thomas Huth <thuth@redhat.com>
To: Michael Roth <michael.roth@amd.com>,
Konstantin Kostiuk <kkostiuk@redhat.com>,
qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"BALATON Zoltan" <balaton@eik.bme.hu>,
"Daniel P . Berrangé" <berrange@redhat.com>
Subject: [PATCH 3/3] tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit test
Date: Wed, 27 Jul 2022 11:21:35 +0200 [thread overview]
Message-ID: <20220727092135.302915-4-thuth@redhat.com> (raw)
In-Reply-To: <20220727092135.302915-1-thuth@redhat.com>
Let's use better, more inclusive wording here.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/unit/test-qga.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/unit/test-qga.c b/tests/unit/test-qga.c
index c398866f46..80bb6b0866 100644
--- a/tests/unit/test-qga.c
+++ b/tests/unit/test-qga.c
@@ -629,7 +629,7 @@ static void test_qga_get_time(gconstpointer fix)
g_assert_cmpint(time, >, 0);
}
-static void test_qga_blacklist(gconstpointer data)
+static void test_qga_blockedrpcs(gconstpointer data)
{
TestFixture fix;
QDict *ret, *error;
@@ -637,7 +637,7 @@ static void test_qga_blacklist(gconstpointer data)
fixture_setup(&fix, "-b guest-ping,guest-get-time", NULL);
- /* check blacklist */
+ /* check blocked RPCs */
ret = qmp_fd(fix.fd, "{'execute': 'guest-ping'}");
g_assert_nonnull(ret);
error = qdict_get_qdict(ret, "error");
@@ -968,7 +968,7 @@ int main(int argc, char **argv)
g_test_add_data_func("/qga/fsfreeze-status", &fix,
test_qga_fsfreeze_status);
- g_test_add_data_func("/qga/blacklist", NULL, test_qga_blacklist);
+ g_test_add_data_func("/qga/blockedrpcs", NULL, test_qga_blockedrpcs);
g_test_add_data_func("/qga/config", NULL, test_qga_config);
g_test_add_data_func("/qga/guest-exec", &fix, test_qga_guest_exec);
g_test_add_data_func("/qga/guest-exec-invalid", &fix,
--
2.31.1
next prev parent reply other threads:[~2022-07-27 9:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-27 9:21 [PATCH for-7.2 0/3] Replace 'blacklist' and 'whitelist' in the guest agent Thomas Huth
2022-07-27 9:21 ` [PATCH 1/3] qga: Replace 'blacklist' command line and config file options by 'block-rpcs' Thomas Huth
2022-07-27 9:29 ` Daniel P. Berrangé
2022-07-27 9:30 ` Konstantin Kostiuk
2022-07-27 9:21 ` [PATCH 2/3] qga: Replace 'blacklist' and 'whitelist' in the guest agent sources Thomas Huth
2022-07-27 9:30 ` Daniel P. Berrangé
2022-07-27 9:30 ` Konstantin Kostiuk
2022-07-27 9:21 ` Thomas Huth [this message]
2022-07-27 9:31 ` [PATCH 3/3] tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit test Konstantin Kostiuk
2022-07-27 9:34 ` Daniel P. Berrangé
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=20220727092135.302915-4-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=balaton@eik.bme.hu \
--cc=berrange@redhat.com \
--cc=f4bug@amsat.org \
--cc=kkostiuk@redhat.com \
--cc=michael.roth@amd.com \
--cc=qemu-devel@nongnu.org \
/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.