Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Pending overflow depth test | Hunter Haugen | |
This test is pending as git cannot handle the overflow correctly, though vcsrepo handles it fine. | |||
2014-06-16 | Accomodate ubuntu-10 package for git in beaker tests | John Duarte | |
Add conditional to install `git-core` if the platform under test is ubuntu-10. The `git` package is not available for this platform. | |||
2014-06-16 | Change tests to not install git-daemon on debian | John Duarte | |
The git-daemon is not a valid package on debian based systems. Update tests to not try installing git-daemon on debian systems. | |||
2014-06-16 | Correct shallow clone count | Hunter Haugen | |
The manifest is set to clone at a depth of 1, but checks for a shallow depth of 2. It should either checkout a depth of 2, or only check for a depth of 1. This commit makes it check for a depth of 1 | |||
2014-05-21 | Update specs and fix FM-1361 | Hunter Haugen | |
- Add install.rb for pre-suite - Add catches for failures/changes to manifest application - Correct root ssh key copying - Add sleeps for killing processes releasing ports - Fix FM-1361 | |||
2014-05-19 | Move protocol tests to beaker suite | John Duarte | |
The protocol tests are more closely aligned with the rest of the beaker test suite. The beaker tests have received more vetting, so the setup and teardown process should be less prone to failure on repeated execution. | |||
2014-05-18 | Skip exec excludes until expectations are defined | John Duarte | |
2014-05-18 | Skip HTTP basic auth (see FM-1331) | John Duarte | |
2014-05-18 | Fix git daemon call | John Duarte | |
2014-05-18 | Fix exec for clone with excludes test | John Duarte | |
2014-05-18 | Skip tests for unsupported features | John Duarte | |
2014-05-18 | Fix calls to ruby | John Duarte | |
2014-05-18 | Use sinatra to set up basic auth HTTP server | John Duarte | |
2014-05-18 | Add conditional ruby path based on pe | John Duarte | |
2014-05-18 | Add beaker tests for git basic auth | John Duarte | |
2014-05-18 | Fix exec test for clone | John Duarte | |
2014-05-18 | Fix exec test for compression | John Duarte | |
2014-05-18 | Fix exec test for shallow clone | John Duarte | |
2014-05-18 | Fix root path depth for negative shallow tests | John Duarte | |
2014-05-18 | Add tests git using ssh scp syntax | John Duarte | |
2014-05-18 | Update expectations for shallow clone | John Duarte | |
2014-05-18 | Set neg bare test to expect bare repo | John Duarte | |
2014-05-18 | Fix typos in verify steps for revision tests | John Duarte | |
2014-05-18 | Move git tests into sub-directory | John Duarte | |