Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oc 9596 Succesfully run the integration tests on jenkins for knife-openstack(based on knife-cloud) #65

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2548201
Auto generation of chef_node_name is handled in knife-cloud now
Aug 19, 2013
e41dfe7
Removed openstack service stale rspec tests
Aug 21, 2013
08de609
Removed set_image_os_type method
Aug 21, 2013
d6817c8
Merge branch 'knife-cloud' of http://github.com/ClogenyTechnologies/k…
Aug 22, 2013
139ffa6
Unmarked pending integration tests
Aug 23, 2013
799b010
Implemented changes to add chef data in server list
Aug 28, 2013
21bfdcc
Updated integration tests
Aug 28, 2013
90dab03
Marked some integration tests as a pending
Aug 30, 2013
2da47ef
Added rspec functional tests for chef-data and chef-node-attribute op…
Aug 30, 2013
cdfa2e7
Merge remote-tracking branch 'origin/sid-oc-9533-chef-data' into spri…
Sep 3, 2013
ff53558
Removed openstack service stale rspec tests
Aug 21, 2013
9c69d0d
Merge remote-tracking branch 'origin/muktaa-oc-9450-auto-generate-nam…
Sep 3, 2013
4c183c9
Updated rspec tests for server create
Sep 10, 2013
7d49a91
Merge branch 'sid-oc-9596-integration-tests' into oc-9596-sprint88-in…
Sep 11, 2013
c993187
Added integration tests for chef-data, image-os-type, chef-node-name-…
Sep 11, 2013
7a2a5b3
Updated Gemfile and integration tests
Sep 16, 2013
2b3046d
Updated integration tests to remove known_host file
Sep 16, 2013
68c9b92
Merge pull request #68 from opscode/adamed-oc-9451
Sep 18, 2013
a153f1c
Unmarked pending integration tests
Aug 23, 2013
b703fdf
Updated integration tests
Aug 28, 2013
9d3275b
Marked some integration tests as a pending
Aug 30, 2013
f237309
Added integration tests for chef-data, image-os-type, chef-node-name-…
Sep 11, 2013
08d1058
Updated Gemfile and integration tests
Sep 16, 2013
4c76231
Updated integration tests to remove known_host file
Sep 16, 2013
130b395
Merge branch 'oc-9596-sprint88-integration-tests' of http://github.co…
Sep 18, 2013
3d6ad78
Updated Gemfile
Sep 18, 2013
3752289
skip integration tests if config file is missing.
Sep 18, 2013
9bef8c7
Unmarked pending server list integration tests
Sep 18, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ group :development do
gem 'active_support'
gem 'activesupport'
gem 'knife-cloud', :git => 'https://github.com/opscode/knife-cloud.git'
gem 'knife-windows', :git => 'https://github.com/opscode/knife-windows.git', :branch => 'knife-cloud'
end
gem 'knife-windows', :git => 'https://github.com/opscode/knife-windows.git'
end
Loading