diff options
author | John Duarte <john.duarte@puppetlabs.com> | 2014-05-05 14:02:51 -0700 |
---|---|---|
committer | John Duarte <john.duarte@puppetlabs.com> | 2014-05-07 20:11:46 -0700 |
commit | 2a57379e669a6920766548927b08e9ef4ede521e (patch) | |
tree | d4361ef63c8e0328053ff4e56f9951c80ae0d061 /spec/acceptance/beaker | |
parent | 46588aa62d444c5f0a538cccec357a80cd191b93 (diff) | |
download | puppet-vcsrepo-2a57379e669a6920766548927b08e9ef4ede521e.tar.gz puppet-vcsrepo-2a57379e669a6920766548927b08e9ef4ede521e.tar.bz2 |
Add acceptance tests for git protocols using clone
The git_clone_protocols_spec.rb will be used to enumerate over the
available protocols for git to use to clone to disk. Support
key files are also included for https/ssl use.
Protocols tested
* file protocol (raw filepath)
* file protocol (file://)
* git protocol (git://)
* http protocol (http://)
* https protocol (https://)
* ssh protocol (ssh://user@host)
TODO: Currently, the ssl cert is not added to the CA on the host.
This causes the git clone to fail because the cert is not trusted
and the client does not proceed with a non-trusted ssl connection.
Diffstat (limited to 'spec/acceptance/beaker')
0 files changed, 0 insertions, 0 deletions