mbox series

[autotest-client-tests,0/1,v2] Add ubuntu_xilinx regression tests

Message ID 20220916111936.132068-1-portia.stephens@canonical.com
Headers show
Series Add ubuntu_xilinx regression tests | expand

Message

Portia Stephens Sept. 16, 2022, 11:19 a.m. UTC
Add regression tests for Xilinx hardware. These tests are expected to be
run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
were copied and modified from the raspberry_pi regression tests.

Portia Stephens (1):
  UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite

 ubuntu_xilinx/control          |  17 +++
 ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
 ubuntu_xilinx/tests/splat      |  25 ++++
 ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
 4 files changed, 258 insertions(+)
 create mode 100644 ubuntu_xilinx/control
 create mode 100755 ubuntu_xilinx/lib/run-test
 create mode 100755 ubuntu_xilinx/tests/splat
 create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py

Comments

Cengiz Can Sept. 16, 2022, 2:53 p.m. UTC | #1
On Fri, 2022-09-16 at 12:19 +0100, Portia Stephens wrote:
> Add regression tests for Xilinx hardware. These tests are expected to be
> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
> were copied and modified from the raspberry_pi regression tests.
> 
> Portia Stephens (1):
>   UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite

Acked-by: Cengiz Can <cengiz.can@canonical.com>

> 
>  ubuntu_xilinx/control          |  17 +++
>  ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
>  ubuntu_xilinx/tests/splat      |  25 ++++
>  ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
>  4 files changed, 258 insertions(+)
>  create mode 100644 ubuntu_xilinx/control
>  create mode 100755 ubuntu_xilinx/lib/run-test
>  create mode 100755 ubuntu_xilinx/tests/splat
>  create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
> 
> -- 
> 2.34.1
> 
>
Paolo Pisati Sept. 20, 2022, 10:31 a.m. UTC | #2
On Fri, Sep 16, 2022 at 12:19:35PM +0100, Portia Stephens wrote:
> Add regression tests for Xilinx hardware. These tests are expected to be
> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
> were copied and modified from the raspberry_pi regression tests.

Acked-by: Paolo Pisati <paolo.pisati@canonical.com>
Portia Stephens Sept. 20, 2022, 11:19 p.m. UTC | #3
On Fri, Sep 16, 2022 at 9:19 PM Portia Stephens
<portia.stephens@canonical.com> wrote:
>
> Add regression tests for Xilinx hardware. These tests are expected to be
> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
> were copied and modified from the raspberry_pi regression tests.
>
> Portia Stephens (1):
>   UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite
>
>  ubuntu_xilinx/control          |  17 +++
>  ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
>  ubuntu_xilinx/tests/splat      |  25 ++++
>  ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
>  4 files changed, 258 insertions(+)
>  create mode 100644 ubuntu_xilinx/control
>  create mode 100755 ubuntu_xilinx/lib/run-test
>  create mode 100755 ubuntu_xilinx/tests/splat
>  create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
>
> --
> 2.34.1
>
Tim Gardner Sept. 21, 2022, 1:36 p.m. UTC | #4
On 9/20/22 17:19, Portia Stephens wrote:
> On Fri, Sep 16, 2022 at 9:19 PM Portia Stephens
> <portia.stephens@canonical.com> wrote:
>>
>> Add regression tests for Xilinx hardware. These tests are expected to be
>> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
>> were copied and modified from the raspberry_pi regression tests.
>>
>> Portia Stephens (1):
>>    UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite
>>
>>   ubuntu_xilinx/control          |  17 +++
>>   ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
>>   ubuntu_xilinx/tests/splat      |  25 ++++
>>   ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
>>   4 files changed, 258 insertions(+)
>>   create mode 100644 ubuntu_xilinx/control
>>   create mode 100755 ubuntu_xilinx/lib/run-test
>>   create mode 100755 ubuntu_xilinx/tests/splat
>>   create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
>>
>> --
>> 2.34.1
>>
> 

Is there a reason for your NACK ?
Portia Stephens Sept. 22, 2022, 11 p.m. UTC | #5
On Wed, Sep 21, 2022 at 11:36 PM Tim Gardner <tim.gardner@canonical.com> wrote:
>
> On 9/20/22 17:19, Portia Stephens wrote:
> > On Fri, Sep 16, 2022 at 9:19 PM Portia Stephens
> > <portia.stephens@canonical.com> wrote:
> >>
> >> Add regression tests for Xilinx hardware. These tests are expected to be
> >> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
> >> were copied and modified from the raspberry_pi regression tests.
> >>
> >> Portia Stephens (1):
> >>    UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite
> >>
> >>   ubuntu_xilinx/control          |  17 +++
> >>   ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
> >>   ubuntu_xilinx/tests/splat      |  25 ++++
> >>   ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
> >>   4 files changed, 258 insertions(+)
> >>   create mode 100644 ubuntu_xilinx/control
> >>   create mode 100755 ubuntu_xilinx/lib/run-test
> >>   create mode 100755 ubuntu_xilinx/tests/splat
> >>   create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
> >>
> >> --
> >> 2.34.1
> >>
> >
>
> Is there a reason for your NACK ?

Sam pointed out that the first test I enabled which checks for kernel
warnings is already being done by ubuntu_boot and ubuntu_boot is
already run on the xilinx kernels. I will send a v3 with a different
test.

>
> --
> -----------
> Tim Gardner
> Canonical, Inc