1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Nelvin Driz
64da603d09 [openstack] Fix Test
There seems to be a difference in results coming from these two:

export FOG_MOCK=true && bundle exec shindont +openstack
FOG_MOCK=true shindo tests/openstack/requests/compute/security_group_tests.rb

Signed-off-by: Nelvin Driz <nelvindriz@live.com>
2012-12-05 14:45:37 +08:00
Nelvin Driz
b6d68a6c8c [openstack] Update Mocks and Cleanup Unused Code
Signed-off-by: Nelvin Driz <nelvindriz@live.com>
2012-12-04 16:11:54 +08:00
Dan Prince
db77300076 OpenStack: security group test fixes.
Update the OpenStack security group test to support the correct
format for create_security_group responses. This patch
removes the extra [] wrapping the response and makes it so the
real tests run once again.

Also updates the existing Mock for create_security_response so
it handles it properly as well.
2012-11-29 21:30:58 -05:00
Nelvin Driz
0035231954 [openstack] Fix Failing Shindo Tests
Signed-off-by: Nelvin Driz <nelvindriz@live.com>
2012-10-02 14:09:02 +08:00
Bohuslav Kabrda
22fd0e28f6 Fix more openstack mock tests failures 2012-07-02 09:19:40 +02:00
Alfonso Juan Dillera
b7370d640e [openstack|compute] Add requests and tests for security groups
- Added tests to already existing security group requests.
2012-04-30 10:34:58 +08:00
Nelvin Driz
7cf6031c81 [openstack|compute] Add Tenants and Fix Authentication Implementation
Fixed typorgraphical errors. Authentication assumes or does not require
certain parameters that is actually needed depending on the setup or
scenario. Opted to simply make it detect it if not specified to make it
easier for first time users to use.

Conflicts:

	lib/fog/openstack.rb
2012-04-30 10:34:58 +08:00
Hunter Nield
523414a43f [openstack|compute] Initial extension support for security groups 2012-04-30 10:34:58 +08:00