Skip to content

Commit

Permalink
Add sol_path to test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
srivatsankrishnan committed Nov 21, 2024
1 parent f1f7da8 commit 3ec0dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloudai/_core/test_scenario_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class _TestScenarioTOML(BaseModel):
model_config = ConfigDict(extra="forbid")

name: str
sol_path: Optional[str] = ""
job_status_check: bool = True
tests: list[_TestRunTOML] = Field(alias="Tests", min_length=1)
pre_test: Optional[str] = None
Expand Down

0 comments on commit 3ec0dde

Please sign in to comment.