Sha256: 9aca7922c147c0b26c7a3dae91397337cfa1bba0d42ec85b14fa36164222b029

Contents?: true

Size: 363 Bytes

Versions: 16

Compression:

Stored size: 363 Bytes

Contents

require 'abiquo_platform'
require 'abiquo_remote_services'
require 'abiquo_server'
require 'abiquo_v2v'

class AbiquoMonolithicTest < Test::Unit::TestCase
  def test_webapps
    %w(am api bpm-async client-premium legal nodecollector ROOT server ssm virtualfactory vsm).each do |w|
      assert(File.directory? "/opt/abiquo/tomcat/webapps/#{w}")
    end
  end
end

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
abiquo-installer-tests-20121026.1 tests/1.8.5/abiquo_monolithic.rb
abiquo-installer-tests-20121026.1 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-20121026.1 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-20121023.3 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-20121023.3 tests/1.8.5/abiquo_monolithic.rb
abiquo-installer-tests-20121023.3 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-20120104 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-20120104 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-0.2.4 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-0.2.4 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-0.2.3 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-0.2.3 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-0.2.2 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-0.2.2 tests/1.7.6/abiquo_monolithic.rb
abiquo-installer-tests-0.2.1 tests/1.8.0/abiquo_monolithic.rb
abiquo-installer-tests-0.2 tests/1.8.0/abiquo_monolithic.rb