Sha256: 4b14ad835377c34dc18542114784b615d9d6faf205de0a20cc84ad77f0577bdc

Contents?: true

Size: 635 Bytes

Versions: 17

Compression:

Stored size: 635 Bytes

Contents

class AbiquoVBoxTest < Test::Unit::TestCase
  
    def test_aim_running
      assert !`ps aux|grep abiquo-aim`.strip.chomp.empty?
    end

    def test_aim_service_enabled
      assert ::TestUtils.service_on?('abiquo-aim')
    end
    
    def test_libvirtd_service_enabled
      assert ::TestUtils.service_on?('libvirtd')
    end

    def test_firewall_service_enabled
      assert !::TestUtils.service_on?('iptables')
    end
    
    def test_abiquo_aim_properties_file
      assert File.exist? '/etc/abiquo-aim.ini'
    end
    
    def test_nfs_mounted
      assert !`mount|grep vm_repository`.strip.chomp.empty?
    end
    
end

Version data entries

17 entries across 8 versions & 1 rubygems

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