← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~alexsander-souza/maas-ci/+git/system-tests:fix_maas_git_report into ~maas-committers/maas-ci/+git/system-tests:master

 

Alexsander de Souza has proposed merging ~alexsander-souza/maas-ci/+git/system-tests:fix_maas_git_report into ~maas-committers/maas-ci/+git/system-tests:master.

Commit message:
fix metadata marker name

Requested reviews:
  Alberto Donato (ack)

For more details, see:
https://code.launchpad.net/~alexsander-souza/maas-ci/+git/system-tests/+merge/442146
-- 
Your team MAAS Committers is subscribed to branch ~maas-committers/maas-ci/+git/system-tests:master.
diff --git a/systemtests/conftest.py b/systemtests/conftest.py
index 070f4a1..0db6532 100644
--- a/systemtests/conftest.py
+++ b/systemtests/conftest.py
@@ -207,7 +207,7 @@ def pytest_terminal_summary(
     yield
     # Split the string up to avoid awk accidentally matching when
     # traceback is reported
-    META_MAGIC = "SYSTEMTEST_META"
+    META_MAGIC = "SYSTEMTESTS_META"
     if maas_version := config.stash.get(MAAS_VERSION_KEY, None):
         print(f"BEGIN_{META_MAGIC}")
         print(f"maasgit: {maas_version}")

References