Skip to content

Commit

Permalink
Updated integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwar-more committed Jun 9, 2014
1 parent abe6896 commit a553da3
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 739 deletions.
4 changes: 3 additions & 1 deletion spec/integration/cleanup.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: Copyright (c) 2013 Chef, Inc.
# Copyright: Copyright (c) 2013-2014 Chef Software, Inc.
# License: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Author:: Siddheshwar More (<[email protected]>)

require 'mixlib/shellout'

module CleanupTestResources
Expand Down
36 changes: 12 additions & 24 deletions spec/integration/config/environment.yml.sample
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
# FIXME For now we will fetch the creds from a config file

os_creds:
openstack_username: openstack_username
openstack_password: openstack_password
openstack_tenant: openstack_tenant
openstack_auth_url: openstack_auth_url

os_ssh_params:
key_pair: key_pair
ssh_user: ubuntu
ssh_user_for_windows: ssh_user_for_windows
ssh_password_for_windows: ssh_password_for_windows

os_winrm_params:
winrm_user: winrm_user
winrm_password: winrm_password

os_params:
linux_image: linux_image
windows_image: windows_image
ssh_enabled_windows_image: ssh_enabled_windows_image
linux_flavor: linux_flavor
windows_flavor: windows_flavor
invalid_flavor: invalid_flavor
OPENSTACK_KEY_PAIR: OPENSTACK_KEY_PAIR
OS_SSH_USER: OS_SSH_USER
OS_WINDOWS_SSH_USER: OS_WINDOWS_SSH_USER
OS_WINDOWS_SSH_PASSWORD: OS_WINDOWS_SSH_PASSWORD
OS_WINRM_USER: OS_WINRM_USER
OS_WINRM_PASSWORD: OS_WINRM_PASSWORD
OS_LINUX_IMAGE: OS_LINUX_IMAGE
OS_WINDOWS_IMAGE: OS_WINDOWS_IMAGE
OS_WINDOWS_SSH_IMAGE: OS_WINDOWS_SSH_IMAGE
OS_LINUX_FLAVOR: OS_LINUX_FLAVOR
OS_WINDOWS_FLAVOR: OS_WINDOWS_FLAVOR
OS_INVALID_FLAVOR: OS_INVALID_FLAVOR
27 changes: 0 additions & 27 deletions spec/integration/config/openstack.pem

This file was deleted.

Loading

0 comments on commit a553da3

Please sign in to comment.