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

Test landing page is reachable without internet connection #3499

Merged
merged 2 commits into from
Aug 6, 2024

Commits on Aug 1, 2024

  1. Test landing page is reachable without internet connection

    Add test that checks user is able to access the landing page even when HAOS has
    no internet connection. We still need some sort of outgoing connectivity, so
    outgoing connection attempts don't end up with "network is unreachable". To
    simulate this, restricted network is created for the QEMU instance used in the
    test, and when everything is started, unresponsive default gateway is added.
    
    This intents to test regression that was fixed by
    home-assistant/supervisor#5204, Supervisor 2024.7.0+ is thus needed for this
    test to pass.
    sairon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aed80d4 View commit details
    Browse the repository at this point in the history
  2. Bump requirements for tests

    sairon committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    668b452 View commit details
    Browse the repository at this point in the history