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

AWS, oracle: verify pytest for secgroup #293

Open
3 of 6 tasks
laszewsk opened this issue Dec 23, 2019 · 3 comments
Open
3 of 6 tasks

AWS, oracle: verify pytest for secgroup #293

laszewsk opened this issue Dec 23, 2019 · 3 comments
Assignees
Labels
AWS bug Something isn't working Oracle

Comments

@laszewsk
Copy link
Member

laszewsk commented Dec 23, 2019

there is some information in the provider test for sec group
why doe sthis matter, shoudl the sec groups not just work, if this is important i think it shoudl be explained somewhere

    if cloud == 'aws':
        group_indicator = 'GroupName'
    elif cloud == 'oracle':
        group_indicator = '_display_name'
    # elif cloud == 'chameleon':
    else:
        group_indicator = 'name'

    for e in sec_groups:
        print(e[group_indicator])
@laszewsk
Copy link
Member Author

This has been fixed in oracle but not yet in aws:

cloudmesh/cloudmesh-oracle#5

@laszewsk
Copy link
Member Author

The modification in the cloudmesh-cloud/tests is not yet done even for oracle

@laszewsk laszewsk added the bug Something isn't working label Dec 23, 2019
@nirandaperera
Copy link
Collaborator

I dont quite understand what you mean by this. But I the tests are passing for both aws and azure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS bug Something isn't working Oracle
Projects
None yet
Development

No branches or pull requests

2 participants