-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RHOAIENG-18519 - Add KFTO SDK test to downstream automation
- Loading branch information
1 parent
ae896a3
commit 892a40f
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...ts/Tests/0600__distributed_workloads/0601__workloads_orchestration/test-run-kft-sdk.robot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
*** Settings *** | ||
Documentation KFTO SDK tests - https://github.com/opendatahub-io/distributed-workloads/blob/main/tests/kfto/kfto_mnist_sdk_test.go | ||
Resource ../../../../tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource | ||
Suite Setup Prepare Training Operator SDK Test Suite | ||
Suite Teardown Teardown Training Operator SDK Test Suite | ||
|
||
Check warning Code scanning / Robocop Invalid number of empty lines between sections ({{ empty_lines }}/{{ allowed_empty_lines }}) Warning test
Invalid number of empty lines between sections (1/2)
|
||
*** Test Cases *** | ||
Run TestMnistSDK KFTO SDK test | ||
[Documentation] Run Go KFTO SDK test: TestMnistSDK | ||
[Tags] Tier1 | ||
... KFTOSDK | ||
... DistributedWorkloads | ||
... WorkloadsOrchestration | ||
Run Training Operator KFTO SDK Test TestMnistSDK |