Bug 474 - auto-test report crash while manual test skips
Summary: auto-test report crash while manual test skips
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: other (show other bugs)
Version: 20.05
Hardware: x86 Linux
: Normal major
Target Milestone: ---
Assignee: Thomas Monjalon
URL:
Depends on:
Blocks:
 
Reported: 2020-05-14 04:05 CEST by Vipin Varghese
Modified: 2020-05-18 17:20 CEST (History)
2 users (show)



Attachments

Description Vipin Varghese 2020-05-14 04:05:30 CEST
DPDK:20.05-rc2
Linux:4.15.0-99-generic 
GCC: Ubuntu 7.5.0-3ubuntu1~18.04
Distribution: Ubuntu 18.04.4 LTS

Logs from `auto test`
```
Cryptodev sw mvsam autotest:  Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev dpaa2 sec autotest: Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev dpaa sec autotest:  Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev qat autotest:       Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev aesni mb autotest:  Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev openssl autotest:   Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev scheduler autotest: Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev null autotest:      Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev sw snow3g autotest: Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev sw kasumi autotest: Fail [Crash]                 [00m 00s][00m 22s]
Cryptodev_sw_zuc_autotest:    Fail [Crash]                 [00m 00s][00m 22s]
Reciprocal division:          Fail [Crash]                 [00m 00s][00m 22s]
Red all:                      Fail [Crash]                 [00m 00s][00m 23s]
Fbarray autotest:             Fail [Crash]                 [00m 00s][00m 23s]
External memory autotest:     Fail [Crash]                 [00m 00s][00m 23s]
Metrics autotest:             Fail [Crash]                 [00m 00s][00m 23s]
Bitratestats autotest:        Fail [Crash]                 [00m 00s][00m 23s]
Latencystats autotest:        Fail [Crash]                 [00m 00s][00m 23s]
Pdump autotest:               Fail [Crash]                 [00m 00s][00m 23s]
IPsec_SAD:                    Fail [Crash]                 [00m 00s][00m 23s]
```

Logs from `manual test`
```
RTE>>cryptodev_openssl_autotest
USER1: OPENSSL PMD must be loaded. Check if CONFIG_RTE_LIBRTE_PMD_OPENSSL is enabled in config file to run this testsuite.
Test Skipped
RTE>>
RTE>>cryptodev_null_autotest
USER1: NULL PMD must be loaded. Check if CONFIG_RTE_LIBRTE_PMD_NULL is enabled in config file to run this testsuite.
Test Skipped
RTE>>
```

Expected behaviour: 
1. Libraries that are not compiled, auto-test should skip
2. for auto-test with `vdev`, it should either skip and initiate `rte_vdev_init` internally.

Note You need to log in before you can comment on or make changes to this bug.