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

Additional methods for testing DAX clusters #11

Merged
merged 7 commits into from
Nov 11, 2021
Merged

Commits on Nov 10, 2021

  1. Added new DAX method

    A new method for asserting that a DAX cluster has encryption enabled has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    8650061 View commit details
    Browse the repository at this point in the history
  2. New Make target for mocking

    A new Makefile target for generating mocks of client interfaces has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0646ef1 View commit details
    Browse the repository at this point in the history
  3. Added DAX method

    A method to assert that a DAX cluster is associated with a given subnet group has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c1670f8 View commit details
    Browse the repository at this point in the history
  4. Added new EC2 mock type

    A new EC2 mock type has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    79fa1f6 View commit details
    Browse the repository at this point in the history
  5. Added EC2 method

    A method to retrieve an EC2 security group by name has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    00778e0 View commit details
    Browse the repository at this point in the history
  6. Added DAX method for security group

    A method for asserting a DAX cluster is associated with a given security group has been added.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3be0151 View commit details
    Browse the repository at this point in the history
  7. Refactored DAX methods

    The current DAX methods have been refactored to use a common method for retrieving DAX clusters by name.
    yardbirdsax committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c0ec1db View commit details
    Browse the repository at this point in the history