-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from mPokornyETM/integrate-into-ctrl-TF
Integrate quality gates into WinCC OA TestFramework
- Loading branch information
Showing
34 changed files
with
148 additions
and
557 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
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
2 changes: 1 addition & 1 deletion
2
WinCCOA_QualityChecks/msg/de_AT.utf8/QgStaticCheck_Internal.cat
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
details,WinCCOA internal files | ||
assert.exist,File '$file.name' exist? | ||
reason.exist,The file '$file.name' does not exist | ||
assert.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt extention? | ||
assert.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt extension? | ||
reason.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt. |
6 changes: 3 additions & 3 deletions
6
WinCCOA_QualityChecks/msg/de_AT.utf8/QgStaticCheck_OverloadedFiles.cat
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
assert.isCheater,Is file overloaded | ||
assert.isCheater,Check if file $location is overloaded. | ||
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name | ||
filesList,Files | ||
assert.isOverloaded,Is file overloaded | ||
assert.isOverloaded,Check if file $location is overloaded. | ||
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. | ||
assert.isOverloadedAllowed,Is file overloaded | ||
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads). | ||
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed |
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
2 changes: 1 addition & 1 deletion
2
WinCCOA_QualityChecks/msg/en_US.utf8/QgStaticCheck_Internal.cat
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
details,WinCCOA internal files | ||
assert.exist,File '$file.name' exist? | ||
reason.exist,The file '$file.name' does not exist | ||
assert.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt extention? | ||
assert.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt extension? | ||
reason.WinCCOALicenseCtrlExtExist,Contains WinCCOALicenseCtrlExt. |
6 changes: 3 additions & 3 deletions
6
WinCCOA_QualityChecks/msg/en_US.utf8/QgStaticCheck_OverloadedFiles.cat
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
assert.isCheater,Is file overloaded | ||
assert.isCheater,Check if file $location is overloaded. | ||
reason.isCheater,It is not allowed to overwrite WinCCOA-license check files: $file.name | ||
filesList,Files | ||
assert.isOverloaded,Is file overloaded | ||
assert.isOverloaded,Check if file $location is overloaded. | ||
reason.isOverloaded,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. | ||
assert.isOverloadedAllowed,Is file overloaded | ||
assert.isOverloadedAllowed,Check if file $location is overloaded (allowed overloads). | ||
reason.isOverloadedAllowed,The file '$file.name' is overloaded from '$file.isOverloadedFrom'. -> It's allowed |
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
225 changes: 0 additions & 225 deletions
225
WinCCOA_QualityChecks/scripts/QualityGates/QGatesConvertOaTestToJUnitXml.ctl
This file was deleted.
Oops, something went wrong.
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.