Tony Breeds 04abebe347 [testinfra] Update Ansible canary.
At some stage in the last 24 hours it looks like galaxy.ansible.com
changed and the current canary we look for, "Ansible NG", is no longer
present in the returned HTML:

$ curl -s https://galaxy.ansible.com/ ; echo
<!doctype html><html lang="en-US"><head><meta charset="UTF-8"><title>Ansible Galaxy</title><link rel="icon" href="/favicon.ico"><script defer="defer" src="/js/App.9bfa0e2736606eaddfe9.js"></script><link href="/css/App.4aff5598f0220c63b019.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
$ curl -s https://mirror01.dfw.rax.opendev.org:4448/  ; echo
<!doctype html><html lang="en-US"><head><meta charset="UTF-8"><title>Ansible Galaxy</title><link rel="icon" href="/favicon.ico"><script defer="defer" src="/js/App.9bfa0e2736606eaddfe9.js"></script><link href="/css/App.4aff5598f0220c63b019.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

The api however still contains "galaxy_ng_version":

$ curl -s https://galaxy.ansible.com/api/ | jq '.galaxy_ng_version'
"4.10.0dev"

Update testinfra to match the current HTML.

Change-Id: I55431311ef742efdd4aa4304692e5096e1bb2895
2023-11-28 11:09:01 -06:00
..
2023-04-19 09:53:10 +10:00
2023-02-13 23:54:59 +00:00
2022-02-25 17:27:35 +11:00
2022-02-18 21:39:27 +00:00
2022-06-28 18:41:17 +10:00
2021-12-04 10:49:11 -08:00
2022-09-27 20:33:33 +00:00
2023-04-19 09:53:10 +10:00
2023-11-14 16:05:28 -08:00
2022-09-15 19:21:33 -07:00
2022-02-01 13:52:47 -08:00
2022-02-10 13:24:42 -08:00
2022-02-01 13:52:47 -08:00
2022-10-20 09:00:43 +11:00