tests: fix worker thread initialization 03/23803/4
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 5 Dec 2019 00:43:53 +0000 (19:43 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 14 Jan 2020 19:33:23 +0000 (19:33 +0000)
commit48bdbcd8f9d573138c43f994ddfff946d8a9d9b5
tree51bd7c72590aca03069b4c799535500d193b9877
parent57584d99dd8a8524db90c67c88525d58879d9b8e
tests: fix worker thread initialization

from threading.thread __init__:

    This constructor should always be called with keyword arguments.

    If a subclass overrides the constructor, it must make sure to invoke
    the base class constructor (Thread.__init__()) before doing anything
    else to the thread.

Type: test
Change-Id: Ifa89202e97053a4baf19e9a0ca0913430d5087a3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/plugins/quic/test/test_quic.py
src/vcl/test/test_vcl.py
test/framework.py