stackspec 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9327488d65c78b92a87cb4c227593b1988343a80
4
+ data.tar.gz: dd2f4d16bbecf187257594da27ea9f5d5c9404b7
5
+ SHA512:
6
+ metadata.gz: c521311636bf44f8c3282a319bff2f1ff2b6f8b4d146cf12f13207f600a0f1dcaf29a203903bc2d729ea8dadfa31157039dd85d42134dda38e777fa029902faf
7
+ data.tar.gz: 5e206d7b85119aaeac125bdeacf162c85231f3679c3d0305dd4eaf7e8b8e0a02760942ab20f2847d3fe45c75f5631a97fd887e088c87719a60e23a1795576f36
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --color
2
+ --format d
3
+ --require spec_helper
@@ -0,0 +1,15 @@
1
+ language: ruby
2
+
3
+ rvm:
4
+ - 2.1.6
5
+ - 2.2.3
6
+ - 2.3.0-preview1
7
+
8
+ before_install: gem install bundler -v 1.10.6
9
+
10
+ script:
11
+ - bundle exec rake spec
12
+
13
+ notifications:
14
+ slack:
15
+ secure: zy6pzhUkk+YPXDmS5RDHETByHNidcZej9px6RE+90LYkHdAqwPJtqhiOc2Sn/3/FvhOTL7gSBW5rTlVt+0OPXR4d7/qgkIZcCwY0NneBKM5udhe0NH91SrSCaAuSmyv0ZYOyWjDy4DPE/kqhTWtcd/DfSpXfUZqGKIOABKxtJkRfwife6fD/rwVJ4HKRVABZgypyzvlK6hzXhMNi1WlEExneHZmINQczQ9kQ1/6JHfshLZP4j5zdDm1RiHpN1XaSYxLMRtVSOw3ZC+92SMO2GVa9ru9V5E2pZKWubJvKtHlQ1QA+GcpsUPgCyN5iPXmwElMMAIcy1tLFU06pVhPgiLaOLenFD4oh2yvBY7Vr3CZr8TVgOd9GTVI/4y2AXUbVLoZmnMOFfFBN/AatdwG69lDFmP1YnXOmD4gqaxtA7L4RwKLabIZTTC59w5eR3xVW7f90xeOKwzY5sizUmVbHCytR9fjpXyS8FRNqd3VmIIyN6t9kTA/ZzxQjHUr0ABCdvvjj21ZCW1P0ypxaTFZZgrV5sYfFHUD/jB44Mmi53qzGNylv7jkCETqmBzAM6FSlCFz/GZ8gJNEX8wdfLBAyjJMBqG6wN1sxPBQtrlGIL4yuaifXHtBrf7PgmP34zBoUGbBetAfptFOM488HT4tAu3aTOfZt1/0sHKoaEpgtTiU=
@@ -0,0 +1,13 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
6
+
7
+ Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
8
+
9
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
10
+
11
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
12
+
13
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in stackspec.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Uchio KONDO
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,109 @@
1
+ # Stackspec
2
+
3
+ A testing framework for OpenStack resource orchestration.
4
+
5
+ [![Build Status](https://travis-ci.org/udzura/stackspec.svg?branch=master)](https://travis-ci.org/udzura/stackspec)
6
+
7
+ A member of [YAO](https://github.com/yaocloud/yao)'s family.
8
+
9
+ ## Installation
10
+
11
+ Add this line to your application's Gemfile:
12
+
13
+ ```ruby
14
+ gem 'stackspec'
15
+ ```
16
+
17
+ And then execute:
18
+
19
+ $ bundle
20
+
21
+ Or install it yourself as:
22
+
23
+ $ gem install stackspec
24
+
25
+ ## Usage
26
+
27
+ Create `spec_helper.rb`:
28
+
29
+ ```ruby
30
+ require 'stackspec'
31
+ require 'rspec/collection_matchers'
32
+
33
+ Stackspec.config do |c|
34
+ # put .envrc and set OS_ environments
35
+ # or just configure here
36
+ # c.username = "udzura"
37
+ # c.password = "p@ssw0rd"
38
+ # c.tenant_name = "foo_tenant"
39
+ # c.auth_url = "http://your.keystone.admin:35357/v2.0"
40
+ end
41
+
42
+ RSpec.configure do |config|
43
+ config.before do
44
+ # Is must
45
+ Stackspec::OSClient.setup!
46
+ end
47
+ end
48
+ ```
49
+
50
+ Valid `OS_*` environment variables are `OS_USERNAME, OS_PASSWORD, OS_TENANT_NAME, OS_AUTH_URL`.
51
+
52
+ Then create your first spec `spec/#{tenant_name}/servers_spec.rb`:
53
+
54
+ ```ruby
55
+ describe server('stackspec.example.com') do
56
+
57
+ its(:name) { should eq 'stackspec.example.com' }
58
+ its(:key_name) { should eq 'sample001' }
59
+
60
+ its(:security_groups) { should have(4).security_groups }
61
+ it { should have_security_group(name: "https") }
62
+
63
+ its('flavor.id') { should eq '8' }
64
+
65
+ end
66
+ ```
67
+
68
+ Then run to check the OpenStack orchestration is OK:
69
+
70
+ ```console
71
+ $ rspec spec/tenant_name/servers_spec.rb
72
+ OpenStack server "drone-worker004.pepabo.com"
73
+ should have security group {:name=>"https"}
74
+ name
75
+ should eq "stackspec.example.com"
76
+ key_name
77
+ should eq "sample001"
78
+ security_groups
79
+ should have 4 security_groups
80
+ flavor.id
81
+ should eq "8"
82
+
83
+ Finished in 2.36 seconds (files took 0.2018 seconds to load)
84
+ 5 examples, 0 failures
85
+ ```
86
+
87
+ Types will behave nicely with YAO's basic resource attribute calls,
88
+ and Stackspec adds them some useful attributes and matchers(more in the future).
89
+
90
+ See [examples](./examples) directory.
91
+
92
+ ## Development
93
+
94
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
95
+
96
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
97
+
98
+ ## Contributing
99
+
100
+ Bug reports and pull requests are welcome on GitHub at https://github.com/yaocloud/stackspec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
101
+
102
+ ## See also
103
+
104
+ * [Serverspec](https://github.com/mizzy/serverspec) by @mizzy for syntax.
105
+ * [Awspec](https://github.com/k1LoW/awspec) by @k1LoW for AWS orchestration.
106
+
107
+ ## License
108
+
109
+ The gem is available as open source under the terms of the [MIT License](./LICENSE).
@@ -0,0 +1,8 @@
1
+ require "bundler/gem_tasks"
2
+ require 'rspec/core/rake_task'
3
+
4
+ RSpec::Core::RakeTask.new(:spec) do |t|
5
+ t.pattern = 'spec/**/*_spec.rb'
6
+ end
7
+
8
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "stackspec"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle install
6
+
7
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,2 @@
1
+ .envrc
2
+ spec/invisible
@@ -0,0 +1,3 @@
1
+ --color
2
+ --format d
3
+ --require spec_helper
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'stackspec', path: './../'
4
+ gem 'rspec-collection_matchers'
@@ -0,0 +1,50 @@
1
+ PATH
2
+ remote: ./../
3
+ specs:
4
+ stackspec (0.0.1)
5
+ rspec (>= 3)
6
+ rspec-its
7
+ yao
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ diff-lcs (1.2.5)
13
+ faraday (0.9.2)
14
+ multipart-post (>= 1.2, < 3)
15
+ faraday_middleware (0.10.0)
16
+ faraday (>= 0.7.4, < 0.10)
17
+ json (1.8.3)
18
+ multipart-post (2.0.0)
19
+ rspec (3.4.0)
20
+ rspec-core (~> 3.4.0)
21
+ rspec-expectations (~> 3.4.0)
22
+ rspec-mocks (~> 3.4.0)
23
+ rspec-collection_matchers (1.1.2)
24
+ rspec-expectations (>= 2.99.0.beta1)
25
+ rspec-core (3.4.1)
26
+ rspec-support (~> 3.4.0)
27
+ rspec-expectations (3.4.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.4.0)
30
+ rspec-its (1.2.0)
31
+ rspec-core (>= 3.0.0)
32
+ rspec-expectations (>= 3.0.0)
33
+ rspec-mocks (3.4.0)
34
+ diff-lcs (>= 1.2.0, < 2.0)
35
+ rspec-support (~> 3.4.0)
36
+ rspec-support (3.4.1)
37
+ yao (0.2.7)
38
+ faraday
39
+ faraday_middleware
40
+ json
41
+
42
+ PLATFORMS
43
+ ruby
44
+
45
+ DEPENDENCIES
46
+ rspec-collection_matchers
47
+ stackspec!
48
+
49
+ BUNDLED WITH
50
+ 1.10.6
@@ -0,0 +1,12 @@
1
+ describe server('web001.example.com') do
2
+ # it { p subject.resource }
3
+
4
+ its(:name) { should eq 'stackspec.example.com' }
5
+ its(:key_name) { should eq 'sample001' }
6
+
7
+ its(:security_groups) { should have(4).security_groups }
8
+ it { should have_security_group(name: "https") }
9
+
10
+ its('flavor.id') { should eq '8' }
11
+
12
+ end
@@ -0,0 +1,17 @@
1
+ require 'stackspec'
2
+ require 'rspec/collection_matchers'
3
+
4
+ Stackspec.config do |c|
5
+ # put .envrc and set OS_ environments
6
+ # or just configure here
7
+ # c.username = "udzura"
8
+ # c.password = "p@ssw0rd"
9
+ # c.tenant_name = "foo_tenant"
10
+ # c.auth_url = "http://your.keystone.admin:35357/v2.0"
11
+ end
12
+
13
+ RSpec.configure do |config|
14
+ config.before do
15
+ Stackspec::OSClient.setup!
16
+ end
17
+ end
@@ -0,0 +1,11 @@
1
+ module Stackspec
2
+ end
3
+
4
+ require 'rspec'
5
+ require 'rspec/its'
6
+
7
+ require "stackspec/config"
8
+ require "stackspec/os_client"
9
+ require "stackspec/exceptions"
10
+ require "stackspec/helpers"
11
+ require "stackspec/version"
@@ -0,0 +1,15 @@
1
+ require 'singleton'
2
+ module Stackspec
3
+ class Config < Struct.new(:username, :password, :tenant_name, :auth_url)
4
+ include Singleton
5
+ end
6
+
7
+ class << self
8
+ def config(&b)
9
+ if block_given?
10
+ b.call Config.instance
11
+ end
12
+ Config.instance
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,4 @@
1
+ module Stackspec
2
+ class ResourceNotFound < StandardError
3
+ end
4
+ end
@@ -0,0 +1,18 @@
1
+ require 'rspec'
2
+
3
+ module Stackspec
4
+ module Helpers
5
+ module Type
6
+ extend self
7
+
8
+ require 'stackspec/type/server'
9
+ def server(hostname)
10
+ Stackspec::Type::Server.new(hostname)
11
+ end
12
+ end
13
+ end
14
+ end
15
+
16
+ [self.method(:extend), RSpec::Core::ExampleGroup.method(:include), RSpec::Core::ExampleGroup.method(:extend)].each do |m|
17
+ m.call(Stackspec::Helpers::Type)
18
+ end
@@ -0,0 +1,14 @@
1
+ require 'yao'
2
+
3
+ module Stackspec
4
+ module OSClient
5
+ def self.setup!
6
+ Yao.configure do
7
+ tenant_name Stackspec.config.tenant_name || ENV['OS_TENANT_NAME']
8
+ auth_url Stackspec.config.auth_url || ENV['OS_AUTH_URL']
9
+ username Stackspec.config.username || ENV['OS_USERNAME']
10
+ password Stackspec.config.password || ENV['OS_PASSWORD']
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,49 @@
1
+ require 'yao'
2
+
3
+ module Stackspec::Type
4
+ class Server
5
+ def initialize(name)
6
+ @name = name
7
+ end
8
+
9
+ def resource
10
+ @resource ||= find_counterpart_resource
11
+ end
12
+
13
+ def to_s
14
+ "OpenStack server #{@name.inspect}"
15
+ end
16
+
17
+ def security_groups
18
+ resource.security_groups.uniq {|sg| sg.name }
19
+ end
20
+
21
+ def has_security_group?(name: nil)
22
+ !! resource.security_groups.find {|sg| sg.name == name }
23
+ end
24
+
25
+ alias inspect to_s
26
+
27
+ private
28
+ def find_counterpart_resource
29
+ begin
30
+ servers = Yao::Server.list_detail(name: @name)
31
+ rescue => e
32
+ raise Stackspec::ResourceNotFound, "Something is wrong: #{e.class}: #{e.message}"
33
+ end
34
+
35
+ if servers.empty?
36
+ raise Stackspec::ResourceNotFound, "No server found for name: #{@name.inspect}"
37
+ end
38
+ servers.first
39
+ end
40
+
41
+ def method_missing(name)
42
+ # FIXME: The resource reader
43
+ if resource.respond_to? name
44
+ return resource.send(name)
45
+ end
46
+ super
47
+ end
48
+ end
49
+ end
@@ -0,0 +1,3 @@
1
+ module Stackspec
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,30 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'stackspec/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "stackspec"
8
+ spec.version = Stackspec::VERSION
9
+ spec.authors = ["Uchio KONDO"]
10
+ spec.email = ["udzura@udzura.jp"]
11
+
12
+ spec.summary = %q{A testing framework for OpenStack resource orchestration}
13
+ spec.description = %q{A testing framework for OpenStack resource orchestration}
14
+ spec.homepage = "https://github.com/udzura/stackspec"
15
+ spec.license = "MIT"
16
+
17
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.bindir = "exe"
19
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.require_paths = ["lib"]
21
+
22
+ spec.add_runtime_dependency 'yao'
23
+ spec.add_runtime_dependency 'rspec', '>= 3'
24
+ spec.add_runtime_dependency 'rspec-its'
25
+
26
+ spec.add_development_dependency 'bundler', '~> 1.10'
27
+ spec.add_development_dependency 'rake', '~> 10.0'
28
+ spec.add_development_dependency 'pry'
29
+ spec.add_development_dependency 'rspec-collection_matchers'
30
+ end
metadata ADDED
@@ -0,0 +1,166 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stackspec
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Uchio KONDO
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: yao
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '3'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '3'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec-its
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.10'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.10'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '10.0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '10.0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pry
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec-collection_matchers
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: A testing framework for OpenStack resource orchestration
112
+ email:
113
+ - udzura@udzura.jp
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - ".rspec"
120
+ - ".travis.yml"
121
+ - CODE_OF_CONDUCT.md
122
+ - Gemfile
123
+ - LICENSE.txt
124
+ - README.md
125
+ - Rakefile
126
+ - bin/console
127
+ - bin/setup
128
+ - examples/.gitignore
129
+ - examples/.rspec
130
+ - examples/Gemfile
131
+ - examples/Gemfile.lock
132
+ - examples/spec/foo_service/servers_spec.rb
133
+ - examples/spec/spec_helper.rb
134
+ - lib/stackspec.rb
135
+ - lib/stackspec/config.rb
136
+ - lib/stackspec/exceptions.rb
137
+ - lib/stackspec/helpers.rb
138
+ - lib/stackspec/os_client.rb
139
+ - lib/stackspec/type/server.rb
140
+ - lib/stackspec/version.rb
141
+ - stackspec.gemspec
142
+ homepage: https://github.com/udzura/stackspec
143
+ licenses:
144
+ - MIT
145
+ metadata: {}
146
+ post_install_message:
147
+ rdoc_options: []
148
+ require_paths:
149
+ - lib
150
+ required_ruby_version: !ruby/object:Gem::Requirement
151
+ requirements:
152
+ - - ">="
153
+ - !ruby/object:Gem::Version
154
+ version: '0'
155
+ required_rubygems_version: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ requirements: []
161
+ rubyforge_project:
162
+ rubygems_version: 2.2.3
163
+ signing_key:
164
+ specification_version: 4
165
+ summary: A testing framework for OpenStack resource orchestration
166
+ test_files: []