test: lib/cbprintf_fp: fix test filtering

The commit
6fe9e408ab (tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER)
added filtering on Kconfig symbol incorrectly - it checked
CONSOLE_HAS_DRIVER instead CONFIG_CONSOLE_HAS_DRIVER so
this test was filtered out (and therefore skipped) on all
platforms.

Fix that.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2021-08-05 19:50:00 +03:00 committed by Kumar Gala
commit 1ffd1ea8fd

View file

@ -5,7 +5,7 @@ common:
integration_platforms:
- qemu_x86
- qemu_x86_64
filter: CONSOLE_HAS_DRIVER
filter: CONFIG_CONSOLE_HAS_DRIVER
tests:
lib.cbprintf_fp.printk:
extra_configs: