Skip to content

Commit

Permalink
Merge pull request #308 from srivatsankrishnan/sol_test_scenario
Browse files Browse the repository at this point in the history
Add sol_path to test scenario
  • Loading branch information
srivatsankrishnan authored Nov 21, 2024
2 parents f1f7da8 + 3ec0dde commit 94f6ca3
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 94f6ca3

Please sign in to comment.