Skip to content

Commit

Permalink
Add rerun results to seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Oct 25, 2024
1 parent 23d77fd commit 23db0e8
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion backend/scripts/seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@
environment="rpi2",
ci_link="http://example13",
),
StartTestExecutionRequest(
family=FamilyName.SNAP,
name="core22",
version="20230531",
revision=1,
track="22",
store="ubuntu",
arch="armhf",
execution_stage="beta",
environment="rpi2",
ci_link="http://example14",
),
StartTestExecutionRequest(
family=FamilyName.SNAP,
name="core22",
Expand Down Expand Up @@ -196,7 +208,7 @@
test_results=[
C3TestResult(
name="docker/compose-and-basic_armhf",
status=C3TestResultStatus.PASS,
status=C3TestResultStatus.FAIL,
category="Docker containers",
comment="",
io_log=dedent(
Expand Down Expand Up @@ -282,6 +294,25 @@
),
],
),
EndTestExecutionRequest(
ci_link="http://example13",
test_results=[
C3TestResult(
name="docker/compose-and-basic_armhf",
status=C3TestResultStatus.PASS,
category="Docker containers",
comment="",
io_log="",
),
C3TestResult(
name="after-suspend-audio/alsa-loopback-automated",
status=C3TestResultStatus.FAIL,
category="Audio tests",
comment="",
io_log="",
),
],
),
EndTestExecutionRequest(
ci_link="http://example2",
test_results=[
Expand Down

0 comments on commit 23db0e8

Please sign in to comment.