Skip to content

Commit

Permalink
Issue minishift#121 Investigate failures on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Aug 22, 2017
1 parent 2e26f85 commit 39023c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
def test_boot_vm_out_of_iso(self):
''' Test booting up VM out of ISO '''
start_args = (self.driver_name, "file://" + self.iso_file)
cmd = self.bin_dir + "minishift start --vm-driver %s --iso-url %s" % start_args
cmd = self.bin_dir + "minishift start --vm-driver %s --iso-url %s --show-libmachine-logs -v5" % start_args
self.execute_test({ 'cmd': cmd })

def test_ssh_connection_to_vm(self):
Expand Down Expand Up @@ -87,7 +87,7 @@ def test_stopping_vm(self):
def test_swapspace(self):
''' Test if swap space is available on restart '''
start_args = (self.driver_name, "file://" + self.iso_file)
cmd = self.bin_dir + "minishift start --vm-driver %s --iso-url %s" % start_args
cmd = self.bin_dir + "minishift start --vm-driver %s --iso-url %s --show-libmachine-logs -v5" % start_args
self.execute_test({ 'cmd': cmd })

# Check swap space
Expand Down

0 comments on commit 39023c1

Please sign in to comment.