Sha256: 82692851b940e70efc83231287f4e46ea9adba392659d65b6f8048aeb7f457de

Contents?: true

Size: 646 Bytes

Versions: 22

Compression:

Stored size: 646 Bytes

Contents

require 'vagrant-openstack-provider/spec_helper'

require 'aruba'
require 'aruba/api'

include Aruba::Api

# spec/template_spec.rb
require 'pathname'

root = Pathname.new(__FILE__).parent.parent

# Allows us to run commands directly, without worrying about the CWD
ENV['PATH'] = "#{root.join('bin').to_s}#{File::PATH_SEPARATOR}#{ENV['PATH']}"

describe "genud" do
  context "YAML templates" do
    it "should emit valid YAML to STDOUT", :focus do

      puts '#####################'
      # Run the command with Aruba's run_simple helper
      run_simple "bundle exec vagrant openstack", false, 10

#      assert_exit_status(0)
    end
  end
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
vagrant-openstack-provider-0.13.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-openstack-illuin-provider-0.12.0 spec/vagrant-openstack-illuin-provider/e2e_spec.rb.save
vagrant-openstack-provider-0.12.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-conoha-0.1.10 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-openstack-provider-illuin-0.11.1 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-openstack-provider-0.11.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-conoha-0.1.9 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-conoha-0.1.8 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-openstack-provider-0.10.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-conoha-0.1.7 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-openstack-provider-0.9.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-openstack-provider-0.8.0 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-conoha-0.1.6 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-conoha-0.1.5 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-conoha-0.1.4 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-openstack-provider-0.7.2 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-openstack-provider-0.7.1 spec/vagrant-openstack-provider/e2e_spec.rb.save
vagrant-conoha-0.1.3 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-conoha-0.1.2 spec/vagrant-conoha/e2e_spec.rb.save
vagrant-conoha-0.1.1 spec/vagrant-conoha/e2e_spec.rb.save