From 69020471f6fcbc7cb91e9cf8cdbfd6523c1a7723 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Thu, 6 Jun 2024 16:33:52 +0200 Subject: [PATCH] fixup! Add coverage for improved countme system age --- dnf-behave-tests/dnf/countme.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnf-behave-tests/dnf/countme.feature b/dnf-behave-tests/dnf/countme.feature index 1eace00bf..0a9d46841 100644 --- a/dnf-behave-tests/dnf/countme.feature +++ b/dnf-behave-tests/dnf/countme.feature @@ -42,7 +42,7 @@ Feature: Better user counting @destructive Scenario Outline: Countme flag is sent once per calendar week - Given the machine-id file is as of + Given the machine-id file is as of And I set config option "countme" to "1" And I set releasever to "39" And I copy repository "dnf-ci-fedora" for modification @@ -109,13 +109,13 @@ Feature: Better user counting | */metalink.xml*&countme= | Examples: - | status | epoch | date | age#1 | age#2 | age#3 | age#4 | age#5 | age#6 | - # Absolute age counting (since the epoch) + | machine-id | epoch | date | age#1 | age#2 | age#3 | age#4 | age#5 | age#6 | + # Absolute age counting (since "epoch") | initialized | Aug 06, 2019 | Aug 07, 2019 | 1 | 1 | 2 | 3 | 4 | 4 | | initialized | Aug 06, 2019 | Aug 20, 2019 | 2 | 2 | 2 | 3 | 4 | 4 | | initialized | Aug 06, 2019 | Sep 12, 2019 | 3 | 3 | 3 | 3 | 4 | 4 | | initialized | Aug 06, 2019 | Jun 18, 2020 | 4 | 4 | 4 | 4 | 4 | 4 | - # Relative age counting (since the first request) + # Relative age counting (since "date") | uninitialized | Aug 06, 2019 | Jun 18, 2020 | 1 | 1 | 2 | 3 | 4 | 1 | | empty | --- | Jun 18, 2020 | 1 | 1 | 2 | 3 | 4 | 1 | | absent | --- | Jun 18, 2020 | 1 | 1 | 2 | 3 | 4 | 1 |