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:
Jukka Rissanen 2019-10-16 11:12:02 +03:00 committed by Andrew Boie
commit 07489a1aa2

View file

@ -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