X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fra%2Fpytest%2Ftest_failover.py;h=60ba82a4f0cb2f57c6f7b75f85091140a41f09c0;hb=8dfa9a16fb8cda714cb460db1044515f8be6ef49;hp=40dd7d0c7530104af599d03242396efa88b35ec2;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwlaunchpad/ra/pytest/test_failover.py b/rwlaunchpad/ra/pytest/test_failover.py index 40dd7d0c..60ba82a4 100755 --- a/rwlaunchpad/ra/pytest/test_failover.py +++ b/rwlaunchpad/ra/pytest/test_failover.py @@ -60,7 +60,7 @@ def yield_vnfd_vnfr_pairs(proxy, nsr=None): if vnfr.id not in const_vnfr_ids: continue - vnfd = get_vnfd(vnfr.vnfd_ref) + vnfd = get_vnfd(vnfr.vnfd.id) yield vnfd, vnfr def check_configuration_on_standby(standby_ip):