Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | Add beaker tests for git compression checkouts | John Duarte | |
2014-05-18 | Add beaker test for git branch checkout | John Duarte | |
2014-05-18 | Add beaker tests for git create | John Duarte | |
2014-05-18 | Add beaker tests for git clone | John Duarte | |
2014-05-18 | Use on(host, '') rather than host.execute('') syntax | John Duarte | |
2014-05-18 | Change apply syntax to apply_manifest_on | John Duarte | |
2014-05-18 | Add test for git clone using ssh | John Duarte | |
2014-05-18 | Add test for git clone using https | John Duarte | |
2014-05-18 | Add test for git clone using http | John Duarte | |
2014-05-18 | Add managehome to testuser | John Duarte | |
In order to make sure that the home directory for the test user is created and destroyed, add managehome to the setup and teardown manifests for the testuser. | |||
2014-05-18 | Move git daemon setup/teardown into context block | John Duarte | |
In order to ensure that the git daemon is running for the proper test, the setup and teardown calls for git daemon hav been moved into the context block for testing the git protocol. | |||
2014-05-18 | Add test for git clone using file path | John Duarte | |
2014-05-18 | Add test for clone using git protocol | John Duarte | |
2014-05-18 | Add spec for clone protocols skeleton | John Duarte | |
The git_clone_protocols_spec.rb will be used to enumerate over the available protocols for git to use to clone to disk. The initial skeleton includes the 'file://' protocol test as well as support key files to be used later. | |||
2014-05-12 | Add test for ensure latest with branch specified | John Duarte | |
2014-04-02 | add beaker-rspec support | Phil Pham | |
This adds support for beaker-rspec as well as basic test coverage for git |