Re: [PATCH v2 3/3] net: dhcp6: Add a sandbox test for dhcp6

2023-04-25 Thread Ramon Fried
On Fri, Apr 7, 2023 at 9:55 PM Simon Glass wrote: > > On Fri, 7 Apr 2023 at 18:56, wrote: > > > > From: Sean Edmond > > > > Requires proper environment with DHCP6 server provisioned. > > > > Signed-off-by: Sean Edmond > > --- > > configs/sandbox_defconfig | 1 + > > test/py/tests/test_net.py

Re: [PATCH v2 3/3] net: dhcp6: Add a sandbox test for dhcp6

2023-04-07 Thread Simon Glass
On Fri, 7 Apr 2023 at 18:56, wrote: > > From: Sean Edmond > > Requires proper environment with DHCP6 server provisioned. > > Signed-off-by: Sean Edmond > --- > configs/sandbox_defconfig | 1 + > test/py/tests/test_net.py | 25 + > 2 files changed, 26 insertions(+)

[PATCH v2 3/3] net: dhcp6: Add a sandbox test for dhcp6

2023-04-07 Thread seanedmond
From: Sean Edmond Requires proper environment with DHCP6 server provisioned. Signed-off-by: Sean Edmond --- configs/sandbox_defconfig | 1 + test/py/tests/test_net.py | 25 + 2 files changed, 26 insertions(+) diff --git a/configs/sandbox_defconfig