Skip to content

Commit

Permalink
Conformance results for v1.25/daocloud (#2240)
Browse files Browse the repository at this point in the history
Signed-off-by: bell.guo <wenting.guo@daocloud.io>

Signed-off-by: bell.guo <wenting.guo@daocloud.io>
  • Loading branch information
wenting-guo authored Nov 4, 2022
1 parent 1706c58 commit a62661a
Show file tree
Hide file tree
Showing 4 changed files with 53,560 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.25/daocloud/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: DaoCloud
name: DaoCloud Enterprise
version: v5.0
website_url: https://docs.daocloud.io/
documentation_url: https://docs.daocloud.io/dce/what-is-dce/
product_logo_url: https://github.com/dasu23/DC-Jenkinsfile/raw/master/DaoCloud.svg
type: distribution
description: 'Daocloud helps you provide a reliable and consistent basic support environment to meet the high SLA requirements of enterprise critical applications
.'
41 changes: 41 additions & 0 deletions v1.25/daocloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
### DaoCloud Enterprise

DaoCloud Enterprise is a platform based on Kubernetes which developed by [DaoCloud](https://www.daocloud.io).

### How to Reproduce

#### Create Cluster

First install [DaoCloud Enterprise](https://docs.daocloud.io/install/offline-install-full/), and login to the console.
After successful login, select "Clusters > create" and config the create page.
The "Clusters" page will display all the clusters created and managed by DaoCloud Enterprise.

#### Run conformance Test by Sonobuoy

Login to the control-plant of the cluster created by DaoCloud Enterprise.

Start the conformance tests:

```
wget https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.10/sonobuoy_0.56.10_linux_amd64.tar.gz
tar -xvf sonobuoy_0.56.10_linux_amd64.tar.gz
mv sonobuoy /usr/bin
sonobuoy run --mode=certified-conformance
````

Monitor the conformance tests by tracking the sonobuoy logs, and wait for the line: "no-exit was specified, sonobuoy is now blocking"

```
sonobuoy logs -f
```

Retrieve result:

```
outfile=$(sonobuoy retrieve)
mkdir ./results;
tar xzf $outfile -C ./results
```
Loading

0 comments on commit a62661a

Please sign in to comment.