Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing criteria tables update from v1 to v2 #235

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
271 changes: 132 additions & 139 deletions zowe_conformance/support_provider_evaluation_guide_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,106 +10,98 @@ This guide describes the requirements of the support conformance program. All Ap
- [Zowe Security](#zowe-security)
- [Zowe Fix Strategy](#zowe-fix-strategy)
- [Zowe Support Components Section](#zowe-support-components-section)
- [Zowe Component Requirements: API Mediation Layer](#zowe-component-requirements--api-mediation-layer)
- [Zowe Component Requirements: App Framework](#zowe-component-requirements--app-framework)
- [Zowe Component Requirements: Command Line Interface](#zowe-component-requirements--command-line-interface)
- [Zowe Component Requirements: Explorer](#zowe-component-requirements--explorer)
- [Zowe Component Requirements: API Mediation Layer](#zowe-component-requirements-api-mediation-layer)
- [Zowe Component Requirements: App Framework](#zowe-component-requirements-app-framework)
- [Zowe Component Requirements: Command Line Interface](#zowe-component-requirements-command-line-interface)
- [Zowe Component Requirements: Explorer](#zowe-component-requirements-explorer)

## Zowe Support Core Section

### Zowe Binaries

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant (Yes/No)</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tr>
<th style="background-color:#555555">1</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider agrees:</b> to provide capable support for the given authenticated binary(s) of the Zowe core component(s) being attested to for the version(s) of Zowe defined in this version of the Zowe Support Provider Conformance program. <br/>
Capable Support is defined as having necessary hardware, software, and persons to diagnose issues, code solutions, test solutions, and provide fixes for issues in a reasonable timeframe. <br/>
Zowe core component(s) are defined at <a href="https://github.com/zowe/community/blob/master/Technical-Steering-Committee/release.md#the-core-attribute"> this site</a>. </br>
Authenticated binaries are defined as those applicable to a given Zowe Core component and that passes the verification process (see <a href="https://docs.zowe.org/stable/troubleshoot/verify-fingerprint.html#verify-zowe-runtime-directory"> here</a>).
</td>
</tr>

<tr>
<th style="background-color:#555555">2</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider agrees:</b> to abide by the applicable license associated with the Zowe source code which produced the authenticated binaries.
</td>
</tr>

<tbody>
<tr>
<td style="background-color:#555555">1</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider agrees:</b> to provide capable support for the given authenticated binary(s) of the Zowe core component(s) being attested to for the version(s) of Zowe defined in this version of the Zowe Support Provider Conformance program.<br />
Capable Support is defined as having necessary hardware, software, and persons to diagnose issues, code solutions, test solutions, and provide fixes for issues in a reasonable timeframe.<br />Zowe core component(s) are defined <a href="https://github.com/zowe/community/blob/master/Technical-Steering-Committee/release.md#the-core-attribute">here</a>.<br />
Authenticated binaries are defined as those applicable to a given Zowe Core component and that passes the verification process (see <a href="https://docs.zowe.org/stable/troubleshoot/verify-fingerprint.html#verify-zowe-runtime-directory">here</a>).</td>
</tr>
<tr>
<td style="background-color:#555555">2</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider agrees:</b> to abide by the applicable license associated with the Zowe source code which produced the authenticated binaries.</td>
</tr>
</tbody>
</table>

### Zowe Security

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant (Yes/No)</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tr>
<th style="background-color:#555555">3</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider agrees:</b> to follow the Security Reporting Process outlined in the Zowe Docs Report Security Issues section when reporting security vulnerabilities (see <a href="https://docs.zowe.org/stable/contribute/roadmap-contribute.html#report-security-issues">here</a>).
</td>
</tr>

<tbody>
<tr>
<td style="background-color:#555555">3</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider agrees:</b> to follow the Security Reporting Process outlined in the Zowe Docs Report Security Issues section when reporting security vulnerabilities (see <a href="https://docs.zowe.org/stable/contribute/roadmap-contribute.html#report-security-issues">here</a>)</td>
</tr>
</tbody>
</table>

### Zowe Fix Strategy

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant (Yes/No)</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tr>
<th style="background-color:#555555">4</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider agrees:</b> to the extent that code is contributed upstream to the Zowe project by the Support Provider, the Support Provider would make such contributions adhere to the Zowe project contribution guidelines (see <a href="https://github.com/zowe/community#contribute">here</a>).
</td>
</tr>

<tr>
<th style="background-color:#555555">5</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider agrees:</b> that it is able to both create and apply emergency fixes to the authenicated binary, including emergency fixes that may come from a third-party. Further, the Support Provider agrees to adhere to any requirements of the applicable license for the emergency fix. An emergency fix is defined as a change made to the components in the authenicated binary to resolve an issue which is deemed urgent or critical for use of the authenicated binary.
</td>
</tr>

<tbody>
<tr>
<td style="background-color:#555555">4</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider agrees:</b> to the extent that code is contributed upstream to the Zowe project by the Support Provider, the Support Provider would make such contributions adhere to the Zowe project contribution guidelines (see <a href="https://github.com/zowe/community#contribute">here</a>).</td>
</tr>
<tr>
<td style="background-color:#555555">5</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider agrees:</b> that it is able to both create and apply emergency fixes to the authenicated binary, including emergency fixes that may come from a third-party. Further, the Support Provider agrees to adhere to any requirements of the applicable license for the emergency fix. An emergency fix is defined as a change made to the components in the authenicated binary to resolve an issue which is deemed urgent or critical for use of the authenicated binary.</td>
</tr>
</tbody>
</table>

## Zowe Support Components Section
Expand All @@ -123,94 +115,95 @@ This guide describes the requirements of the support conformance program. All Ap

For each of the applicable COMPONENT SECTIONS selected, **Support Provider Applicant confirms Capable Support as defined in item (1)** (mark each applicable section as conformant in "Conformant" column).

### Zowe Component Requirements: API Mediation Layer
### Zowe Component Requirements: API Mediation Layer

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tr>
<th style="background-color:#555555">6</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)
</td>
</tr>
<tbody>
<tr>
<td style="background-color:#555555">6</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)</td>
</tr>
</tbody>
</table>

### Zowe Component Requirements: App Framework
### Zowe Component Requirements: App Framework

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tbody>
<tr>
<th style="background-color:#555555">7</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)
</td>
<td style="background-color:#555555">7</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td><b>Support Provider confirms:</b> Capable Support as defined in item (1)</td>
</tr>
</tbody>
</table>

### Zowe Component Requirements: Command Line Interface
### Zowe Component Requirements: Command Line Interface

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tbody>
<tr>
<th style="background-color:#555555">8</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)
</td>
<td style="background-color:#555555">8</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)</td>
</tr>
</tbody>
</table>

### Zowe Component Requirements: Explorer
### Zowe Component Requirements: Explorer

<table rules="all">
<thead>
<th style="background-color:#5555AA;">Item Number</th>
<th style="background-color:#5555AA;">Program Version</th>
<th style="background-color:#5555AA;">Required</th>
<th style="background-color:#5555AA;">Best Practice</th>
<th style="background-color:#5555AA;">Conformant</th>
<th style="background-color:#5555AA;">Criteria</th>
<th style="background-color:#5555AA">Item</th>
<th style="background-color:#5555AA">Version</th>
<th style="background-color:#5555AA">Required</th>
<th style="background-color:#5555AA">Best Practice</th>
<th style="background-color:#5555AA">Conformant</th>
<th style="background-color:#5555AA">Criteria</th>
</thead>

<tbody>
<tr>
<th style="background-color:#555555">9</th>
<th style="background-color:#555555">V1</th>
<th style="background-color:#AAAAAA">x</th>
<th style="background-color:#AAAAAA"></th>
<th></th>
<td style="background-color:#555555">9</td>
<td style="background-color:#555555">v2</td>
<td style="background-color:#AAAAAA"><center>x</center></td>
<td style="background-color:#AAAAAA"></td>
<td></td>
<td> <b>Support Provider confirms:</b> Capable Support as defined in item (1)
</td>
</tr>
</table>
</tbody>
</table>
Loading