Skip to content

Commit

Permalink
Generating the config options file first
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jan 9, 2025
1 parent dbc0a44 commit 198baf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_final_assembly_png_rendering():

# Run the generate command to create the build
import subprocess
subprocess.run(["gen_nimble_conf_options"])
subprocess.run(["cadorchestrator",
"generate",
'{"device-ids": ["Raspberry_Pi_4B", "NUC10i5FNH", "Raspberry_Pi_4B"]}'])
Expand Down

0 comments on commit 198baf4

Please sign in to comment.