commit | 67add0cd1c3450b6d288ba0ec40f57ad185850ea | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 01 16:41:14 2019 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 06 01:59:34 2019 +0000 |
tree | eada247c0e4d446e8f551eaf41684f4d0190cd24 | |
parent | 2b4ffb720b343e5a9d9fc0ac2cf9a14e50c66f35 [diff] [blame] |
Avoid bounce in the ONU State Retry EAPOL until done Change-Id: I062e3831905ad27d756a11b147593f4a55051f55
diff --git a/core/tester.go b/core/tester.go index d35a55b..605d0e4 100644 --- a/core/tester.go +++ b/core/tester.go
@@ -92,6 +92,8 @@ key := t.Key waitsec := t.Waitsec + // TODO use timers instead of this crazy loop: https://gobyexample.com/timers + logger.Debug("StartTester type:%s called with key:%v", testtype, key) child, cancel := context.WithCancel(tm.ctx) t.ctx = child