tests: net: poll: Fix the test name and add proper tag
The test name did not reflect the purpose of the test. Also add "poll" tag so that we can more easily launch just this test. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
cbf77c1c18
commit
07489a1aa2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.socket.udp:
|
net.socket.poll:
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
tags: net socket
|
tags: net socket poll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue