Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

maxim/kitchen-sshgzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kitchen-sshgzip

Adds 2 new drivers to test-kitchen

  • ssh_gzip - same as ssh_base, only dirs are gzipped and extracted for upload
  • digitalocean_gzip - same as digitalocean, only see above

Installation

Add this line to your application's Gemfile:

gem 'kitchen-sshgzip', group: :integration

And then execute:

$ bundle

Or install it yourself as:

$ gem install kitchen-sshgzip

Usage

In your .kitchen.yml file set driver to be 'ssh_gzip' or 'digitalocean_gzip'.

You can also write drivers that inherit from SSHGzip instead of SSHBase by depending on this gem.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Speeds up test-kitchen scp uploads by gzipping directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages