Files
snapd/tests/lib/external
Sergio Cazzolato 7ae5182f81 New test user is used for external backend
The problem with external backend is that we are using the same test
user also for connecting to the external ip and when session-tool
restores the environment it is breaking the connection and we get EOF.

Also the test tests/main/snap-session-agent-service-control is waiting
to have the test user with id 12345 and the user for external tests does
not have it. This produces that the connection fails when we do
        -D- -X POST -H "Content-Type: application/json" \
        -d '{"action": "daemon-reload"}' \
        http://localhost/v1/service-control
2020-05-08 11:34:32 -03:00
..