mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove skipped tests that test functionality that'll probably never be implemented
This commit is contained in:
parent
e47d67bc4f
commit
b843cbe089
1 changed files with 0 additions and 18 deletions
|
@ -32,24 +32,6 @@ def test_gpt_extlinux_oldstable():
|
|||
print(instance.console_output)
|
||||
|
||||
|
||||
def test_msdos_grub_oldstable():
|
||||
raise SkipTest('grub install on squeeze is broken')
|
||||
std_partials = ['base', 'oldstable64', 'grub', 'msdos', 'partitioned', 'root_password']
|
||||
custom_partials = [partials['vbox'], partials['vmdk']]
|
||||
manifest_data = merge_manifest_data(std_partials, custom_partials)
|
||||
with boot_manifest(manifest_data) as instance:
|
||||
print(instance.console_output)
|
||||
|
||||
|
||||
def test_gpt_grub_oldstable():
|
||||
raise SkipTest('grub install on squeeze is broken')
|
||||
std_partials = ['base', 'oldstable64', 'grub', 'gpt', 'partitioned', 'root_password']
|
||||
custom_partials = [partials['vbox'], partials['vmdk']]
|
||||
manifest_data = merge_manifest_data(std_partials, custom_partials)
|
||||
with boot_manifest(manifest_data) as instance:
|
||||
print(instance.console_output)
|
||||
|
||||
|
||||
def test_unpartitioned_extlinux_stable():
|
||||
std_partials = ['base', 'stable64', 'extlinux', 'unpartitioned', 'root_password']
|
||||
custom_partials = [partials['vbox'], partials['vmdk']]
|
||||
|
|
Loading…
Add table
Reference in a new issue