Ejemplo n.º 1
0
 def test_distro_defaults_plana(self):
     assert suite.get_distro_defaults('ubuntu',
                                      'plana') == ('x86_64', 'trusty',
                                                   'deb')
Ejemplo n.º 2
0
 def test_distro_defaults_debian(self):
     assert suite.get_distro_defaults('debian',
                                      'magna') == ('x86_64', 'wheezy',
                                                   'deb')
Ejemplo n.º 3
0
 def test_distro_defaults_default(self):
     assert suite.get_distro_defaults('rhel', 'magna') == ('x86_64',
                                                           'centos7',
                                                           'rpm')
Ejemplo n.º 4
0
 def test_distro_defaults_saya(self):
     assert suite.get_distro_defaults('ubuntu',
                                      'saya') == ('armv7l', 'saucy', 'deb')
Ejemplo n.º 5
0
 def test_distro_defaults_debian(self):
     assert suite.get_distro_defaults('debian', 'magna') == ('x86_64',
                                                             'wheezy',
                                                             'deb')
Ejemplo n.º 6
0
 def test_distro_defaults_fedora(self):
     assert suite.get_distro_defaults('fedora', 'magna') == ('x86_64',
                                                             'fedora20',
                                                             'rpm')
Ejemplo n.º 7
0
 def test_distro_defaults_saya(self):
     assert suite.get_distro_defaults('ubuntu', 'saya') == ('armv7l',
                                                            'saucy', 'deb')
Ejemplo n.º 8
0
 def test_distro_defaults_saya(self):
     assert suite.get_distro_defaults("ubuntu", "saya") == ("armv7l", "saucy", "deb")
Ejemplo n.º 9
0
 def test_distro_defaults_default(self):
     assert suite.get_distro_defaults("rhel", "magna") == ("x86_64", "centos7", "rpm")
Ejemplo n.º 10
0
 def test_distro_defaults_centos(self):
     assert suite.get_distro_defaults('centos', 'magna') == ('x86_64',
                                                             'centos6',
                                                             'rpm')
Ejemplo n.º 11
0
 def test_distro_defaults_fedora(self):
     assert suite.get_distro_defaults("fedora", "magna") == ("x86_64", "fedora20", "rpm")
Ejemplo n.º 12
0
 def test_distro_defaults_debian(self):
     assert suite.get_distro_defaults("debian", "magna") == ("x86_64", "wheezy", "deb")
Ejemplo n.º 13
0
 def test_distro_defaults_plana(self):
     assert suite.get_distro_defaults("ubuntu", "plana") == ("x86_64", "trusty", "deb")
Ejemplo n.º 14
0
 def test_distro_defaults_fedora(self):
     assert suite.get_distro_defaults('fedora',
                                      'magna') == ('x86_64', 'fedora20',
                                                   'rpm')
Ejemplo n.º 15
0
 def test_distro_defaults_plana(self):
     assert suite.get_distro_defaults('ubuntu', 'plana') == ('x86_64',
                                                             'trusty',
                                                             'deb')
Ejemplo n.º 16
0
 def test_distro_defaults_default(self):
     assert suite.get_distro_defaults('rhel', 'magna') == ('x86_64',
                                                           'centos7', 'rpm')
Ejemplo n.º 17
0
 def test_distro_defaults_centos(self):
     assert suite.get_distro_defaults('centos',
                                      'magna') == ('x86_64', 'centos6',
                                                   'rpm')