ubuntu / WSL

Ubuntu WSL image build and launcher code.
MIT License
151 stars 45 forks source link

e2e: add smoke test for running snaps #496

Closed zyga closed 2 months ago

zyga commented 2 months ago

As a part of cross-distro effort, we are trying to make sure that snapd works well in WSL environments. We now have WSL-specific release tests that check new snapd releases in Ubuntu 22.04 and Ubuntu 24.04 as running inside WSL. We want to complement this with a small smoke test that ensures subsequent WSL releases do not regress running snapd.

The test itself installs the hello snap from the store and runs it.

Jira: https://warthogs.atlassian.net/browse/SNAPDENG-24157

zyga commented 2 months ago

I've closed this in favor of https://github.com/ubuntu/WSL/pull/497 which is opened from the same repository.