diff options
author | James Falcon <james.falcon@canonical.com> | 2021-09-29 18:32:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 18:32:53 -0500 |
commit | ba083245537abd5bf5942fbe851e21eb8f245000 (patch) | |
tree | a66fcf2bed758cc46ba7a7a231937b9d03970566 /cloud-tests-requirements.txt | |
parent | 934c8d71fd99b2ca24db01ca853ff42faa88fb5e (diff) | |
download | vyos-cloud-init-ba083245537abd5bf5942fbe851e21eb8f245000.tar.gz vyos-cloud-init-ba083245537abd5bf5942fbe851e21eb8f245000.zip |
testing: remove cloud_tests (#1020)
Cloud tests have been replaced with integration tests
Diffstat (limited to 'cloud-tests-requirements.txt')
-rw-r--r-- | cloud-tests-requirements.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/cloud-tests-requirements.txt b/cloud-tests-requirements.txt deleted file mode 100644 index eecab63e..00000000 --- a/cloud-tests-requirements.txt +++ /dev/null @@ -1,28 +0,0 @@ -# PyPI requirements for cloud-init cloud tests -# https://cloudinit.readthedocs.io/en/latest/topics/cloud_tests.html -# -# Note: Changes to this requirements may require updates to -# the packages/pkg-deps.json file as well. -# - -# ec2 backend -boto3==1.14.53 - -# ssh communication -paramiko==2.7.2 -cryptography==3.2 - -# lxd backend -pylxd==2.2.11 - -# finds latest image information -git+https://git.launchpad.net/simplestreams - -# azure backend -azure-storage==0.36.0 -msrestazure==0.6.1 -azure-common==1.1.23 -azure-mgmt-compute==7.0.0 -azure-mgmt-network==5.0.0 -azure-mgmt-resource==4.0.0 -azure-mgmt-storage==6.0.0 |