From 07489a1aa26c82770b4ce8afd074dfa17fb7df92 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 16 Oct 2019 11:12:02 +0300 Subject: [PATCH] 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 --- tests/net/socket/poll/testcase.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/net/socket/poll/testcase.yaml b/tests/net/socket/poll/testcase.yaml index ce9a849b42e..e5c3913b057 100644 --- a/tests/net/socket/poll/testcase.yaml +++ b/tests/net/socket/poll/testcase.yaml @@ -1,6 +1,6 @@ common: depends_on: netif tests: - net.socket.udp: + net.socket.poll: min_ram: 21 - tags: net socket + tags: net socket poll