Tests: standardize TAP_AUTOTIME parsing in python
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 29 Feb 2024 19:42:41 +0000 (14:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 29 Feb 2024 20:34:29 +0000 (15:34 -0500)
commit6a0d31b579259f816552bae74109ffb204d76b01
treee21fb616e3435395cb7d448a0154993f98585fa1
parent2f13f70482a0cce533babdb7909b5b307708ca40
Tests: standardize TAP_AUTOTIME parsing in python

Disable TAP autotime only when 'TAP_AUTOTIME == 0'. Also remove the
version check as we don't support Python <= 3.3 and there is already an
assertion in the code.

Change-Id: Idf8badb5a27b1a01cbe7c230495eec342b9c3878
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/lttngtest/tap_generator.py
tests/utils/test_utils.py
This page took 0.026086 seconds and 4 git commands to generate.