Re: [dpdk-dev] [PATCH] test/autotest: checking for skipped or unsupported tests

2021-03-25 Thread David Marchand
On Tue, Jun 2, 2020 at 6:53 PM David Christensen wrote: > > > - When running the dedault configuration of autotest of the make test > >it'd take 900 seconds (15 minutes) for the script TIMEOUT and marks > >Failed for a specific device test that is not supported on the > >system under

Re: [dpdk-dev] [PATCH] test/autotest: checking for skipped or unsupported tests

2020-06-02 Thread David Christensen
]> - When running the dedault configuration of autotest of the make test it'd take 900 seconds (15 minutes) for the script TIMEOUT and marks Failed for a specific device test that is not supported on the system under test. - Adding the checking for those tests, print out as "Skipped [Not

Re: [dpdk-dev] [PATCH] test/autotest: checking for skipped or unsupported tests

2020-05-24 Thread Thomas Monjalon
We are missing a review for this patch, please. 02/03/2020 21:41, Thinh Tran: > - When running the dedault configuration of autotest of the make test > it'd take 900 seconds (15 minutes) for the script TIMEOUT and marks > Failed for a specific device test that is not supported on the > syst

[dpdk-dev] [PATCH] test/autotest: checking for skipped or unsupported tests

2020-03-02 Thread Thinh Tran
- When running the dedault configuration of autotest of the make test it'd take 900 seconds (15 minutes) for the script TIMEOUT and marks Failed for a specific device test that is not supported on the system under test. - Adding the checking for those tests, print out as "Skipped [Not Run]"