-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
377 additions
and
110 deletions.
There are no files selected for viewing
230 changes: 230 additions & 0 deletions
230
.openshift-tests-extension/openshift:framework:default.json
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,230 @@ | ||
[ | ||
{ | ||
"name": "[sig-testing] openshift-tests-extension should be run from the main directory", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] openshift-tests-extension should run `make` command successfully", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] openshift-tests-extension should have the example-tests binary", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests info should have build metadata", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests info should have the expected suites", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests info should have the correct component information", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests list should list all specs", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests list should populate fields", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests list should filter specs by suite", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests run-suite should contain a test that passed", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests run-suite should have the correct error message for the failed test", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
}, | ||
{ | ||
"name": "[sig-testing] example-tests run-suite fast suite should not have a slow test", | ||
"otherNames": null, | ||
"labels": { | ||
"framework": {} | ||
}, | ||
"tags": null, | ||
"resources": { | ||
"isolation": { | ||
"mode": "", | ||
"conflict": null | ||
}, | ||
"memory": "", | ||
"duration": "", | ||
"timeout": "" | ||
}, | ||
"source": "openshift:framework:default", | ||
"lifecycle": "blocking" | ||
} | ||
] |
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
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
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
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
Oops, something went wrong.