Re: [U-Boot] [PATCH v4 2/2] test/py: add test for whitelist of variables while importing environment

2018-06-08 Thread Quentin Schulz
Hi Stephen, On Thu, Jun 07, 2018 at 05:21:19PM -0600, Stephen Warren wrote: > On 06/04/2018 03:47 AM, Quentin Schulz wrote: > > This tests that the importing of an environment with a specified > > whitelist works as intended. > > > > If there are variables passed as parameter to the env import

Re: [U-Boot] [PATCH v4 2/2] test/py: add test for whitelist of variables while importing environment

2018-06-07 Thread Stephen Warren
On 06/04/2018 03:47 AM, Quentin Schulz wrote: This tests that the importing of an environment with a specified whitelist works as intended. If there are variables passed as parameter to the env import command, those only should be imported in the current environment. For each variable

[U-Boot] [PATCH v4 2/2] test/py: add test for whitelist of variables while importing environment

2018-06-04 Thread Quentin Schulz
This tests that the importing of an environment with a specified whitelist works as intended. If there are variables passed as parameter to the env import command, those only should be imported in the current environment. For each variable passed as parameter, if - foo is bar in current env