sw.install() not catching multiple <package-result> values · Issue #864 · Juniper/py-junos-eznc · GitHub
The following example returns "True" on an EX4200 when install fails due to corrupt image file on the device. from jnpr.junos.utils.sw import SW ok = SW(self.dev).install(package=PACKAGE, validate=False, reboot=True, no_copy=True, progre...