mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[pktverify] verify offline test info (#5525)
This commit allows running packet verification on a test info (.json) directly without running the test procedure, which can be helpful for developing and debugging packet verification code.
This commit is contained in:
@@ -348,6 +348,7 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
|
||||
return
|
||||
|
||||
test_info = self._test_info = {
|
||||
'script': os.path.abspath(sys.argv[0]),
|
||||
'testcase': self.test_name,
|
||||
'start_time': time.ctime(self._start_time),
|
||||
'pcap': '',
|
||||
|
||||
Reference in New Issue
Block a user