Bug 113 add VNFD copy to VNFR
[osm/SO.git] / rwlaunchpad / ra / pytest / test_failover.py
index 40dd7d0..60ba82a 100755 (executable)
@@ -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):