confluentinc / ducktape

System integration and performance tests
11 stars 93 forks source link

updated vagrant to ubuntu 20 and fixed network discovery #328

Closed stan-is-hate closed 2 years ago

stan-is-hate commented 2 years ago

Updated vagrantfile to use ubuntu focal, rather than the ancient ubuntu 14 This required updating the network discovery code to account for other possible interface names, such as enp or enx. See this stackexchange post - https://unix.stackexchange.com/q/134483 Tested by running ducktape systests on vagrant locally on a mac

stan-is-hate commented 2 years ago

yeah, I've tested it locally with paramiko 2.10 on master before pushing the PR back onto 0.7.x and testing there with older paramiko