tests/acceptance: Extract boot_integratorcp() from test_integratorcp()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 25 Feb 2020 17:25:00 +0000 (18:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Feb 2020 16:14:57 +0000 (16:14 +0000)
commit595f1acaa4f04197cd0c25eb7ca22102c4e217fb
tree58dab0b922825b0bb6af7d7284ea3739b8b7612a
parent5e0ac7e0694c54cd99b4fe92426184a22b4f1e11
tests/acceptance: Extract boot_integratorcp() from test_integratorcp()

As we want to re-use this code, extract it as a new function.
Since we are using the PL011 serial console, add a Avocado tag
to ease filtering of tests.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20200225172501.29609-4-philmd@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/acceptance/machine_arm_integratorcp.py