[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87czhmbuoz.fsf@gmail.com>
Date: Tue, 12 Apr 2022 09:57:16 +0200
From: Joachim Wiberg <troglobit@...il.com>
To: Vladimir Oltean <vladimir.oltean@....com>
Cc: Roopa Prabhu <roopa@...dia.com>,
Nikolay Aleksandrov <razor@...ckwall.org>,
"netdev\@vger.kernel.org" <netdev@...r.kernel.org>,
"bridge\@lists.linux-foundation.org"
<bridge@...ts.linux-foundation.org>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Tobias Waldekranz <tobias@...dekranz.com>
Subject: Re: [PATCH RFC net-next 09/13] selftests: forwarding: rename test groups for next bridge mdb tests
On Mon, Apr 11, 2022 at 20:23, Vladimir Oltean <vladimir.oltean@....com> wrote:
> On Mon, Apr 11, 2022 at 03:38:33PM +0200, Joachim Wiberg wrote:
>> -TEST_GROUP_IP4="225.1.2.3"
>> -TEST_GROUP_IP6="ff02::42"
>> -TEST_GROUP_MAC="01:00:01:c0:ff:ee"
>> +PASS_GRP_IP4="225.1.2.3"
>> +FAIL_GRP_IP4="225.1.2.4"
>> +PASS_GRP_MAC="01:00:01:c0:ff:ee"
>> +FAIL_GRP_MAC="01:00:01:c0:ff:ef"
>> +
>> +PASS_GRP_IP6="ff02::42"
>> +FAIL_GRP_IP6="ff02::43"
> This is more than just the advertised rename, the fail groups are new
> and not used in this change.
Yeah I rushed the set out to get feedback on the overall take, sorry
about this. I'll see to fixing this for the non-RFC drop. Thanks!
Powered by blists - more mailing lists