With the upcoming changes in the database layer, and some more strict (where it makes sense) constraints, we can't have duplicate test names and shouldn't have missing fields.
These are the violations found so far, many other may come up. Signed-off-by: Cleber Rosa <[email protected]> --- client/samples/rpm_kernel/control | 2 +- client/samples/soft_reboot/control | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/samples/rpm_kernel/control b/client/samples/rpm_kernel/control index d3dc8b3..314fea4 100644 --- a/client/samples/rpm_kernel/control +++ b/client/samples/rpm_kernel/control @@ -1,6 +1,6 @@ AUTHOR = "Autotest Team <[email protected]>" TIME = "SHORT" -NAME = "Sample - More profilers" +NAME = "Sleep test with RPM kernel install" TEST_TYPE = "client" TEST_CLASS = "Kernel" TEST_CATEGORY = "Functional" diff --git a/client/samples/soft_reboot/control b/client/samples/soft_reboot/control index 30f3403..574006e 100644 --- a/client/samples/soft_reboot/control +++ b/client/samples/soft_reboot/control @@ -3,6 +3,7 @@ TIME = 'MEDIUM' NAME = "Sample - Machine reboot" TEST_TYPE = "client" TEST_CLASS = "Kernel" +TEST_CATEGORY = "Functional" DOC = """ This test will reboot the machine ITERATIONS number of times. Note that if you -- 1.7.11.7 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
