Use OVS from apt before snap when both exist. (LP: #2127195)
Previously when a user had OVS from both apt and snap, we would use the snap ovs-vsctl, this caused a change in functionality for users with this workflow. This changes this to check /usr/bin first.
LP#2127195
@crypticC0der Thanks for this follow-up on LP#2127195, can you please try to get the CI to green or explain the failures?
@crypticC0der Thanks for this follow-up on LP#2127195, can you please try to get the CI to green or explain the failures?
Sorry Ive been quite busy, the coverage tests still fail but that is unrelated to this patch and is just the state of main at the moment, this patch doesn't change coverage in any way and it didn't feel relevant to add testing to unrelated code in this PR.