Skip to content

Commit 68184cd

Browse files
authored
Merge pull request #53 from aabughosh/renaming
renaming the CNF suite to certsuite
2 parents b60e9df + 97cc7b9 commit 68184cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[![openshift](https://img.shields.io/badge/openshift---?color=gray&logo=redhatopenshift&logoColor=red&style=flat)](https://www.redhat.com/en/technologies/cloud-computing/openshift)
77
[![license](https://img.shields.io/github/license/test-network-function/parser?color=blue&labelColor=gray&logo=apache&logoColor=lightgray&style=flat)](https://github.com/test-network-function/parser/blob/main/LICENSE)
88

9-
The HTML Parser helps parse claim.json files generated by the CNF suite of
10-
tests. The HTML parser does the following:
9+
The HTML Parser helps parse claim.json files generated by the Red Hat
10+
Best Practices Certification for k8s of tests. The HTML parser does the following:
1111
- display results in a human readable way. Decoding failure reasons
1212
- annotate test results and download a shareable HTML page
1313
- save annotations to a file to be reused with other claim files

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>CNF Certification Test Parser</title>
5+
<title>Red Hat Best Practices Certification for k8s Parser</title>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="shortcut icon"
@@ -75,7 +75,7 @@
7575
src="https://static.redhat.com/libs/redhat/brand-assets/2/corp/logo--on-dark.svg"
7676
width="100"
7777
height="30">
78-
<h3>CNF Certification Test Parser</h3>
78+
<h3>Red Hat Best Practices Certification for k8s Parser</h3>
7979
<div class="mb-3">
8080
<h4 class="inputs-header">Upload file</h4>
8181
<div id="inputs" class="flow-column">

html/results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>CNF Certification Test Parser</title>
5+
<title>Red Hat Best Practices Certification for k8s Parser</title>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="shortcut icon"
@@ -75,7 +75,7 @@
7575
src="https://static.redhat.com/libs/redhat/brand-assets/2/corp/logo--on-dark.svg"
7676
width="100"
7777
height="30">
78-
<h3>CNF Certification Test Parser</h3>
78+
<h3>Red Hat Best Practices Certification for k8s Parser</h3>
7979
<div class="mb-3">
8080
<h4 class="inputs-header">Upload file</h4>
8181
<div id="inputs" class="flow-column">

0 commit comments

Comments
 (0)