| # SPDX-License-Identifier: GPL-2.0+ |
| # Copyright (c) 2016 Google, Inc |
| longbytearray 09 0a 0b 0c 0d 0e 0f 10 11 |
| stringarray "multi-word" "message" "" |
| longbytearray 09 00 00 00 00 00 00 00 00 |
| stringarray "another" "multi-word" "message" |
| longbytearray 00 00 00 00 00 00 00 00 00 |
| @pytest.mark.buildconfigspec('spl_of_platdata') |
| def test_ofplatdata(u_boot_console): |
| """Test that of-platdata can be generated and used in sandbox""" |
| cons.restart_uboot_with_flags(['--show_of_platdata']) |
| output = cons.get_spawn_output().replace('\r', '') |
| assert OF_PLATDATA_OUTPUT in output |