Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #121 Restart VM using the same arguments #123

Merged
merged 1 commit into from
Jul 20, 2017

Conversation

gbraad
Copy link
Member

@gbraad gbraad commented Jul 20, 2017

This seems to fix #121 by restarting the instance with the same arguments

@@ -81,7 +81,8 @@ def test_stopping_vm(self):

def test_swapspace(self):
''' Test if swap space is available on restart '''
cmd = self.bin_dir + "minishift start"
start_args = (self.driver_name, "file://" + self.iso_file)
cmd = self.bin_dir + "minishift start --vm-driver %s --iso-url %s" % start_args
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@praveenkumar praveenkumar merged commit 09d2bcb into minishift:master Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing tests on CentOS-CI + KVM
2 participants