Bugzilla – Bug 2448
missing examples-to-run.py
Last modified: 2016-06-29 12:33:24 UTC
when queue discs moved from src/network to src/traffic-control, they stopped being run in the test suite. We need a new src/traffic-control/test/examples-to-run.py restoring these tests.
Created attachment 2479 [details] Proposed examples-to-run.py Are you fine with committing the attached file? I checked that all the traffic-control examples are run by test.py (and pass).
Yes, no need to wait on this; thanks for handling.
I have made almost the same file, but with different command line arguments for every program that has them. I will upload the same here in a while, I'm checking whether it works fine with test.py. Thanks
Created attachment 2480 [details] Modified examples-to-run.py I have attached a modified examples-to-run.py which checks every example against different command line arguments. All the tests passed with test.py
Created attachment 2482 [details] Final examples-to-run.py There was a missing "-" in the previous file. Corrected that in the latest one. - Mohit
Pushed with changeset 12173.