summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Semjonovs <asemjonovs@google.com>2023-01-18 12:11:27 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-18 21:49:27 +0000
commitbcdc60f600c507d99cab3dc9b98c3b8987b90411 (patch)
treed1a2bffc76d169e293975fd4ee24b19360416d0f
parenta7eb8d5a503165c54ea73d1c7feb44dd4078b008 (diff)
downloadchrome-ec-bcdc60f600c507d99cab3dc9b98c3b8987b90411.tar.gz
zephyr:test: Correct port80 suite name
ZTEST suite for port80 console command went to port80 host command suite. Correcting for console command suite. BUG=None BRANCH=NONE TEST=./twister -c -T zephyr/test Change-Id: I3e31a8a9d92f1dcc0402981b9cdf4551f05b18c3 Signed-off-by: Al Semjonovs <asemjonovs@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4178238 Commit-Queue: Tristan Honscheid <honscheid@google.com> Reviewed-by: Tristan Honscheid <honscheid@google.com>
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/port80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/port80.c b/zephyr/test/drivers/default/src/console_cmd/port80.c
index 1d7eb2ad03..1f2d91f6c1 100644
--- a/zephyr/test/drivers/default/src/console_cmd/port80.c
+++ b/zephyr/test/drivers/default/src/console_cmd/port80.c
@@ -28,7 +28,7 @@
* Expected Results
* - The port 80 console commands return the appropriate result
*/
-ZTEST(port80, test_port80_console)
+ZTEST(console_cmd_port80, test_port80_console)
{
zassert_ok(shell_execute_cmd(get_ec_shell(), "port80"), NULL);
zassert_ok(shell_execute_cmd(get_ec_shell(), "port80 flush"), NULL);