aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2023-06-01 07:25:41 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2023-06-13 06:04:14 +0000
commit0eb0d2333546cc2af4027e43a5a254a0e2790dce (patch)
tree10a1d06bea55328d68ea14e928392597f77c4c50 /tests/atf_python
parent08300d849485bd6231d3a18cb430cab4279edef3 (diff)
Diffstat (limited to 'tests/atf_python')
-rw-r--r--tests/atf_python/ktest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atf_python/ktest.py b/tests/atf_python/ktest.py
index 4cd9970aaec1..a18f47d1dd06 100644
--- a/tests/atf_python/ktest.py
+++ b/tests/atf_python/ktest.py
@@ -91,7 +91,7 @@ class KtestLoader(object):
ret = []
for rx_msg in NetlinkMultipartIterator(self.nlsock, nlmsg_seq, self.family_id):
- # test_msg.print_message()
+ # rx_msg.print_message()
tst = {
"mod_name": rx_msg.get_nla(KtestAttrType.KTEST_ATTR_MOD_NAME).text,
"name": rx_msg.get_nla(KtestAttrType.KTEST_ATTR_TEST_NAME).text,