Skip to content

Commit e35aa3a

Browse files
committed
renaming the CNF suite to certsuite
1 parent b60e9df commit e35aa3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
9+
The HTML Parser helps parse claim.json files generated by the certsuite of
1010
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

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>CertSuite 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>CertSuite 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>CertSuite 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>CertSuite 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)