Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-16 Thread Lucas Bates
On Fri, Apr 12, 2019 at 7:37 PM Nicolas Dichtel wrote: > > Le 12/04/2019 à 18:07, Lucas Bates a écrit : > [snip] > > So something like this? Note the usage of the keyword "requires", > > > > { > > "id": "901f", > > "name": "Add fw filter with prio at 32-bit maxixum", > >

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-12 Thread Nicolas Dichtel
Le 12/04/2019 à 18:07, Lucas Bates a écrit : [snip] > So something like this? Note the usage of the keyword "requires", > > { > "id": "901f", > "name": "Add fw filter with prio at 32-bit maxixum", > "category": [ > "filter", > "fw" > ],

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-12 Thread Lucas Bates
On Fri, Apr 12, 2019 at 11:42 AM Nicolas Dichtel wrote: > > Le 12/04/2019 à 17:21, Lucas Bates a écrit : > > On Fri, Apr 12, 2019 at 4:31 AM Nicolas Dichtel > > wrote: > >>> in our tri-weekly tc test meeting and the general consensus to address > >>> what you brought up is leaning towards the fol

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-12 Thread Nicolas Dichtel
Le 12/04/2019 à 17:21, Lucas Bates a écrit : > On Fri, Apr 12, 2019 at 4:31 AM Nicolas Dichtel > wrote: >>> in our tri-weekly tc test meeting and the general consensus to address >>> what you brought up is leaning towards the following: >>> >>> - adding a symlink to nsPlugin >> I don't understand

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-12 Thread Lucas Bates
On Fri, Apr 12, 2019 at 4:31 AM Nicolas Dichtel wrote: > > in our tri-weekly tc test meeting and the general consensus to address > > what you brought up is leaning towards the following: > > > > - adding a symlink to nsPlugin > I don't understand why a symlink is needed. Just load it by default a

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-12 Thread Nicolas Dichtel
Le 11/04/2019 à 22:54, Lucas Bates a écrit : > On Wed, Apr 10, 2019 at 10:33 AM Nicolas Dichtel > wrote: >> >> Le 09/04/2019 à 23:44, Lucas Bates a écrit : >>> Some of the testcases (for example, all of the fw tests) in tdc >>> require activating the nsplugin. This RFC introduces a feature which >

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-11 Thread Lucas Bates
On Wed, Apr 10, 2019 at 10:33 AM Nicolas Dichtel wrote: > > Le 09/04/2019 à 23:44, Lucas Bates a écrit : > > Some of the testcases (for example, all of the fw tests) in tdc > > require activating the nsplugin. This RFC introduces a feature which > > tags one such test with the keyword "requires".

Re: [RFC net-next 1/1] tdc.py: Introduce required plugins

2019-04-10 Thread Nicolas Dichtel
Le 09/04/2019 à 23:44, Lucas Bates a écrit : > Some of the testcases (for example, all of the fw tests) in tdc > require activating the nsplugin. This RFC introduces a feature which > tags one such test with the keyword "requires". Anyone running a test > that requires nsplugin will now get a warni