Files
vpp/test
Paul Vinciguerra 895e2f8506 Fix inheritance problem in test/hook.py.
Subclasses cannot modify the signature of their constructors.

     def __init__(self, test):
-        super(PollHook, self).__init__(test.logger)
+        super(PollHook, self).__init__(test)

Change-Id: I764df8871128f9198a03fac4ec2f45528547467a
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-02-04 15:37:38 +00:00
..
2019-01-18 19:14:30 +00:00
2019-01-10 21:01:43 +00:00
2019-01-31 22:10:01 +00:00
2019-01-22 05:04:36 +00:00
2018-11-09 23:33:59 +00:00
2019-01-11 18:18:48 +00:00
2019-01-31 20:44:22 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2018-12-12 00:35:27 +00:00
2018-11-30 07:43:05 +00:00
2018-11-26 09:31:03 +00:00
2019-01-22 14:37:51 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2019-01-31 20:44:22 +00:00
2018-12-20 12:43:38 +00:00
2018-11-07 12:00:10 +00:00
2018-11-15 17:23:18 +00:00
2018-11-26 19:53:39 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2018-12-20 12:43:38 +00:00
2019-01-21 15:33:00 +00:00
2019-01-31 20:44:22 +00:00