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

Resource-level permissions test for Compute service #363

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[easy_install]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you mean to commit this?


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
url = "http://open.eucalyptus.com",
install_requires = ['paramiko >= 1.7','boto >= 2.5.2', 'jinja2 >= 2.7', 'argparse',
'futures', 'python-dateutil', 'mock', 'dnspython', 'pywinrm',
'BeautifulSoup', 'requests >= 1', 'prettytable'],
'BeautifulSoup', 'requests >= 1', 'prettytable', 'awacs'],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we make this testcase without introducing a new dependency? Looks to me like this lib doesnt necessarily make anything easier than just having a JSON block quote and a format string. Additionally we are only using it in one place.

packages = ["eutester","eucaops", "eucaweb", "testcases", "testcases.cloud_admin",
"testcases.cloud_admin.riak_cs", "testcases.cloud_admin.riak_cs.templates",
"testcases.cloud_user", "testcases.cloud_user.instances",
Expand Down
Loading