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

Panorama: Add more feature about application instances #7624

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

Conversation

YHallouard
Copy link
Contributor

No description provided.

@YHallouard YHallouard force-pushed the feat/panorama_add_more_feature_about_application_instances branch 3 times, most recently from 8c91f4d to 690aa9e Compare April 24, 2024 17:33
Copy link
Collaborator

@bblommers bblommers left a comment

Choose a reason for hiding this comment

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

Hi @YHallouard, would you mind fixing the merge conflicts?

@YHallouard YHallouard force-pushed the feat/panorama_add_more_feature_about_application_instances branch from 690aa9e to 5f3e433 Compare May 12, 2024 17:35
@YHallouard YHallouard force-pushed the feat/panorama_add_more_feature_about_application_instances branch from 5f3e433 to e4f0cc3 Compare May 12, 2024 18:09
@YHallouard
Copy link
Contributor Author

Collaborator

Hi @bblommers, tests are running well on my computer, I don't really understand why it is failing on CI

@mock_aws
def test_describe_application_instance() -> None:
# Given
panorama_client = boto3.client("panorama")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
panorama_client = boto3.client("panorama")
panorama_client = boto3.client("panorama", "eu-west-1")

We assume that the ARN starts with arn:aws:panorama:eu-west-1.. - but that is only the case if the region is set to eu-west-1. If the region is not explicitly configured, our CI assumes it is set in us-east-1, which results in a different ARN.

This will need to be changed in the other tests as well.

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.

None yet

2 participants