diff options
author | James Falcon <TheRealFalcon@users.noreply.github.com> | 2020-10-01 15:32:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 16:32:35 -0400 |
commit | 82ffc53273927bfc8d71e7f0c858753552d85cf1 (patch) | |
tree | 366761e6cd1fe750ac5f5e5b8c0b47608ec5925b /.gitignore | |
parent | 33c6d5cda8773b383bdec881c4e67f0d6c12ebd6 (diff) | |
download | vyos-cloud-init-82ffc53273927bfc8d71e7f0c858753552d85cf1.tar.gz vyos-cloud-init-82ffc53273927bfc8d71e7f0c858753552d85cf1.zip |
Initial implementation of integration testing infrastructure (#581)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,3 +27,6 @@ cloud-init_*.dsc cloud-init_*.orig.tar.gz cloud-init_*.tar.xz cloud-init_*.upload + +# user test settings +tests/integration_tests/user_settings.py |