Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

New testcase to exercise euca-modify-instance-type #337

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

New testcase to exercise euca-modify-instance-type #337

wants to merge 5 commits into from

Conversation

mbacchi
Copy link
Member

@mbacchi mbacchi commented Apr 30, 2015

Let me know what you all think.

self.mem = mem
self.disk = disk

def p(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can overwrite the __str__ method instead:

def __str__(self):
     return "Name: " + self.name + " cpu: " + str(self.cpus) + " mem: " + str(self.mem) + " disk: " + str(self.disk)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants