west: runners: nrfjprog: Enable testing of nRF91

Enable the nRF91 suite of tests.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-01-30 18:22:49 +01:00 committed by Carles Cufí
parent 13ce9d94b9
commit 109f80f142

View file

@ -176,7 +176,7 @@ def expected_commands(family, softreset, snr, erase):
#
TEST_CASES = [(f, sr, snr, e)
for f in ('NRF51', 'NRF52')
for f in ('NRF51', 'NRF52', 'NRF91')
for sr in (False, True)
for snr in (TEST_OVR_SNR, None)
for e in (False, True)]