You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
In #378 we merged supported for the new 7.10 'install' subcommand. This changed the existing tests, which is ok (they were failing) but they were valid and needed tests.
tl;dr; the remaining ones are 'help' 'inspect' 'version' (and as of 7.10 'upgrade' and 'enroll' which was orphaned when we changed for the 'install' as noted above)
to add in the .deb and .rpm syntax to the installer tests where desired, to maintain the coverage we had, using 'enroll' and 'run' subcommands as prior, which is still valid (tho is failing in recent builds and hopefully soon fixed).
In #378 we merged supported for the new 7.10 'install' subcommand. This changed the existing tests, which is ok (they were failing) but they were valid and needed tests.
The remaining tasks are
[Fleet / Agent ] support install / uninstall command from Agent #326
https://github.com/elastic/e2e-testing/blob/master/e2e/_suites/fleet/features/fleet_mode_agent.feature
the .deb/.rpm issue logged for Beats is:
elastic/beats#21200
after that, we encountered and have since fixed this as well that relates:
elastic/beats#22485