diff options
author | Luc Provoost <luc.provoost@intel.com> | 2020-11-16 13:43:14 +0100 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2020-11-18 15:44:48 +0100 |
commit | e2ce11c54f2f64df472c64bcf03c9f858e79b835 (patch) | |
tree | 562b2e1d1d1527a9f68e089ce5bccb2f020cd189 /VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml | |
parent | 5de20bff8792a736dabf5e48be8e14154ab4f7cc (diff) |
Support for xtesting
Some files were added to for rapid testing in the xtesting framework
Change-Id: Id912789c5007ca8390a67fb5b359296089aa9618
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml new file mode 100644 index 00000000..92fc7b4c --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/xtesting/site.yaml @@ -0,0 +1,13 @@ +--- +- hosts: + - 127.0.0.1 + roles: + - role: collivier.xtesting + project: rapidxt + repo: 127.0.0.1 + dport: 5000 + gerrit: + suites: + - container: rapidxt + tests: + - rapid_tst009 |