forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.13/qiniucloud (cncf#623)
- Loading branch information
1 parent
6f96a74
commit c155bd4
Showing
4 changed files
with
17,377 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
vendor: Qiniu Cloud | ||
name: Qiniu Enterprise Platform | ||
version: v4.2.0 | ||
website_url: https://www.qiniu.com/products/kirk | ||
documentation_url: http://kirk-docs.qiniu.com | ||
product_logo_url: https://www.cncf.io/wp-content/uploads/2018/09/qiniu.svg | ||
type: distribution | ||
description: Qiniu Enterprise Platform is a multi-cloud support platform based on Kubernetes and Docker for application lifecycle management with high availability and high stability. This platform can accelerate time-to-market,improve cluster utilization,simplify the operation and maintenance. |
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,27 @@ | ||
#How To Reproduce: | ||
|
||
##Create Cluster | ||
|
||
Create a Cluster for Qiniu Cloud Container Engine. | ||
|
||
After the creation completed, lauch the Kubernetes e2e conformance test. | ||
|
||
##Run Conformance Test | ||
|
||
Run command as blew: | ||
|
||
` | ||
go get -u -v github.com/heptio/sonobuoy | ||
`<br> | ||
` | ||
sonobuoy run | ||
`<br> | ||
` | ||
sonobuoy status | ||
`<br> | ||
` | ||
sonobuoy logs | ||
`<br> | ||
|
||
Check sonobuoy's logs for the line `no-exit was specified, sonobuoy is now blocking`,which indicates that the e2e test is finished.<br> | ||
Retrieve `e2e.log` and `junit_01.xml` file out of the tar file. |
Oops, something went wrong.