Skip to content

Conversation

@phalestrivir
Copy link
Collaborator

@phalestrivir phalestrivir commented Jun 18, 2025

Corresponding Frodo-Cli PR here

@phalestrivir phalestrivir force-pushed the feature/add-export-for-esv-secret-store branch from c242b5b to 528e9c5 Compare June 23, 2025 14:36
@phalestrivir phalestrivir force-pushed the feature/add-export-for-esv-secret-store branch from 0f2f56e to 326b72e Compare July 14, 2025 23:38
test('0: Method is implemented', async () => {
expect(SecretStoreOps.createSecretStoreMapping).toBeDefined();
});
//TODO: create tests

Choose a reason for hiding this comment

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

@phalestrivir what is the LOE to create the missing test?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For this missing test, I think it would be pretty simple to do, we'd just create a new secret store mapping (make sure it doesn't already exist) and record it. It wouldn't take more than probably 15-30 minutes. However, there are other missing tests as well for updates and deletes which haven't been implemented either, the main reason being that we are already testing the in the CLI by testing imports and deletes. It will probably take a few hours to get them all implemented, so I will start getting those implemented soon when I have some time to work on it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I added the missing tests and got the classic on-prem AM deployment tests passing, but the cloud ones are currently failing due to the fact that I wasn't able to get new recordings for those created since the Frodo dev tenant is down at the moment. Once the Frodo dev tenant is back up, I can go and add in recordings for the cloud tests.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@hfranklin All the tests are added now, including both the cloud and on prem ones.

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.

3 participants