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

E2e mqtt tests #38

Merged
merged 50 commits into from
Mar 26, 2024
Merged

E2e mqtt tests #38

merged 50 commits into from
Mar 26, 2024

Commits on Mar 20, 2024

  1. e2e tests: Added the e2e test folder and included the docker compose …

    …file with Everest configurations
    usuletw022 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3936fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389901d View commit details
    Browse the repository at this point in the history
  3. e2e tests: moved existing e2e test resources to another folder, inclu…

    …ded a script that start docker compose and run the e2e tests
    usuletw022 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5355c7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c1f50 View commit details
    Browse the repository at this point in the history
  5. ci fix: skipping e2e tests

    usuletw022 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e251b3e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. e2e tests: included e2e tests as part of talisman's ignore file confi…

    …g, removed t.Skip in e2e test, updated function in e2e test script
    usuletw022 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4b7473b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aec13f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    253f4bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eaa933 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    847c973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a88bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4712cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0f91af View commit details
    Browse the repository at this point in the history
  5. ci debug: capture the actual file location for the volume source, rev…

    …ert volume source path for Everest
    usuletw022 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b9c8bf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fa41b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76fcfc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2045508 View commit details
    Browse the repository at this point in the history
  9. ci fix: add new folders for certificate generation, adjusted script f…

    …or copying csms certificates, add everest scripts to e2e test script
    usuletw022 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4a80a26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    138c968 View commit details
    Browse the repository at this point in the history
  11. ci fix: update README

    usuletw022 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f4f5f35 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03b1485 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    928af58 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    9eedadc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1cf15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec97fb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2e9b0b View commit details
    Browse the repository at this point in the history
  5. ci fix: run full e2e test

    usuletw022 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6a65bd5 View commit details
    Browse the repository at this point in the history
  6. ci fix: debug everest

    usuletw022 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3263f08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afd8d7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8f5651 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d46749 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51ba84f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bd5632 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8354c80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5001b70 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf39718 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee772aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    08f923f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2dc5872 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eaf964c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1745c44 View commit details
    Browse the repository at this point in the history
  2. debug: install library package for mosquitto on Ubuntu, add mosquitto…

    … command for subscription
    usuletw022 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eec4fe6 View commit details
    Browse the repository at this point in the history
  3. debug: ignoring exit code 1 output for failed test execution to see d…

    …ocker-compose logs after failure
    usuletw022 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c4db38 View commit details
    Browse the repository at this point in the history
  4. debug: ignoring exit code 1 output for failed test execution to see d…

    …ocker-compose logs after failure
    usuletw022 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6b971e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0438416 View commit details
    Browse the repository at this point in the history
  6. refactor: removed docker compose version, renamed some steps within t…

    …he build job, removed docker compose logs from script
    usuletw022 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c90e951 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24c7bd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0d23bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc6e651 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc9e9ea View commit details
    Browse the repository at this point in the history