From 36a34f885897a63a94e3e30c39da3200c5af469f Mon Sep 17 00:00:00 2001 From: bneradt Date: Fri, 19 Feb 2021 00:34:55 +0000 Subject: [PATCH] Fix the schedule AuTest for 9.1.x: use PrepareTestPlugin By reverting cefe4826c919847385aa9d8459b9d5cfc20377f9 from master (see 0bc58d28412bdc58859431c9eaf3cefffd2acabb) we also reverted some test updates in addition to removing the incompatible API change. This addresses that by fixing the schedule.test.py to use the new PrepareTestPlugin API that master uses. --- tests/gold_tests/cont_schedule/schedule.test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gold_tests/cont_schedule/schedule.test.py b/tests/gold_tests/cont_schedule/schedule.test.py index c82db1741e5..3a2b38c539c 100644 --- a/tests/gold_tests/cont_schedule/schedule.test.py +++ b/tests/gold_tests/cont_schedule/schedule.test.py @@ -38,7 +38,7 @@ }) # Load plugin -Test.PreparePlugin(os.path.join(Test.Variables.AtsTestToolsDir, 'plugins', 'cont_schedule.cc'), ts) +Test.PrepareTestPlugin(os.path.join(Test.Variables.AtsTestPluginsDir, 'cont_schedule.so'), ts) # www.example.com Host tr = Test.AddTestRun()