diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-28 20:14:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 20:14:58 +0200 |
commit | 36dab04d2d7d8ea370b3f6c8578dcfc08bcd7179 (patch) | |
tree | 561d4ba6dc235f792fbf327bd55f9e4f6bad2d5b | |
parent | f54a877b93fb2a72c956d934938baa15f48e087c (diff) | |
parent | 80f11430e11984bc9945de39179deabe8eca6c4d (diff) | |
download | vyos-1x-36dab04d2d7d8ea370b3f6c8578dcfc08bcd7179.tar.gz vyos-1x-36dab04d2d7d8ea370b3f6c8578dcfc08bcd7179.zip |
Merge pull request #1047 from franciosi/patch-1
Quick Improvements in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# vyos-1x: VyOS 1.2.0+ configuration scripts and data +# vyos-1x: VyOS 1.2.0+ Configuration Scripts and Data [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=vyos%3Avyos-1x&metric=coverage)](https://sonarcloud.io/component_measures?id=vyos%3Avyos-1x&metric=coverage) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x?ref=badge_shield) @@ -69,7 +69,7 @@ pipenv shell make test ``` -### Runtime (Smoketests) +### Runtime (Smoke Tests) Runtime tests are executed by the CI system on a running VyOS instance inside QEMU. The testcases can be found inside the smoketest subdirectory which will |