diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-18 10:29:45 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-18 10:29:45 +0000 |
commit | 12887ccd7e058f692f7014b720c3221578f7640e (patch) | |
tree | c36d1187fc87b5515a848f799e1c2b9a91ecf0a0 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 665523ac1b00f36de0bc09609a29e122a96c5612 (diff) | |
download | vyos-1x-12887ccd7e058f692f7014b720c3221578f7640e.tar.gz vyos-1x-12887ccd7e058f692f7014b720c3221578f7640e.zip |
GitHub: Add smoketest result menu
Add the `Smoketest result` option to the default PR template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 47579e1c6..bd9aa7bbf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,6 +37,14 @@ like this ``` --> +## Smoketest result +<!-- Provide the output of the smoketest +``` +$ /usr/libexec/vyos/tests/smoke/cli/test_xxx_feature.py +test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok +``` +--> + ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |