Loading
Fix bug: update snmp_generator install script to use Go 1.22.5 and snmp_exporter v0.26.0
- Remove deprecated ppa:ansible/ansible (unsupported on Ubuntu 22.04); install ansible directly from Ubuntu repos
- Remove broken `go get` calls (fail silently in Go 1.16+ with GO111MODULE=on outside a module)
- Upgrade Go 1.17.1 -> 1.22.5 and use the canonical dl.google.com download URL
- Upgrade snmp_exporter generator v0.20.0 -> v0.26.0
- Applied to both snmp_ee_vnf and snmp_setcomm_ee_vnf
Fixes SA_08 Robot test failure: snmp_generator binary was not being built at
EE container startup due to the install.sh silently failing.
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>