kumquat-buildroot/support/testing/tests
Julien Olivain 2f507f1da5 support/testing: fix trace-cmd runtime test
The trace-cmd runtime test has a typo and fails with output:

    Traceback (most recent call last):
      File "/build/buildroot/support/testing/tests/package/test_trace_cmd.py", line 53, in test_run
        self.assertEquals(exit_code, 0)
        ^^^^^^^^^^^^^^^^^
    AttributeError: 'TestTraceCmd' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

The issue can be reproduced with the command:

    support/testing/run-tests \
        -d dl -o output_test \
        tests.package.test_trace_cmd

This commit fixes the issue by removing the extra 's'.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-04-01 22:05:01 +02:00
..
boot support/testing: add optee-os runtime test 2024-02-07 16:36:31 +01:00
core support/testing: TestNoTimezone: fix the test case for Glibc 2023-08-01 23:15:18 +02:00
download boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
fs support/testing: override the EDK2 CPU hotplug bug check 2023-07-29 11:00:56 +02:00
init support/testing: InitSystemSystemdBaseOverlayfs: bump kernel to 5.10.202 2023-12-09 21:35:32 +01:00
package support/testing: fix trace-cmd runtime test 2024-04-01 22:05:01 +02:00
toolchain toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-14 19:47:51 +01:00
utils support/testing: TestCheckPackage: update expected strings 2024-02-21 18:04:43 +01:00
__init__.py