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

nixosTests.gnome3-xorg: port to python/rewrite #73938

Merged
merged 2 commits into from
Jan 8, 2020

Commits on Dec 22, 2019

  1. nixos/tests/user-account: add static uid for alice

    A lot of tests assume that the alice user
    will have a uid of 1000. Let's make that
    a guarantee and be able to reference this value.
    worldofpeace committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    e2ea815 View commit details
    Browse the repository at this point in the history
  2. nixosTests.gnome3-xorg: port to python/rewrite

    We've rewritten it use GDM, and we can now autologin
    to the X11 session because of the accountsservice preStart
    script for autologin. It should work similar to how the wayland
    test works, just with a few nuanced differences for xorg.
    worldofpeace committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    228818c View commit details
    Browse the repository at this point in the history