Skip to content

AWS, oracle: verify pytest for secgroup #293

@laszewsk

Description

@laszewsk

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])

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions