| commit | 2d3f1023ac94d9c19115c0b63ce85ae7a8598517 | [log] [tgz] |
|---|---|---|
| author | Ananda Baitharu <ananda.baitharu@riftio.com> | Thu Nov 24 05:23:39 2016 -0500 |
| committer | Ananda Baitharu <ananda.baitharu@riftio.com> | Wed Nov 30 12:47:42 2016 -0500 |
| tree | bc531454e869c502e23bf85e2dbba02bad977776 | |
| parent | 97b74b6a87ca8827749782653e89865d9d1108a4 [diff] |
Bug 113 add VNFD copy to VNFR Change-Id: I9bdb4da4af554d7947d1c4147c9eaf7a8e121360 Signed-off-by: Ananda Baitharu <ananda.baitharu@riftio.com>
diff --git a/rwlaunchpad/ra/pytest/ns/pingpong/test_records.py b/rwlaunchpad/ra/pytest/ns/pingpong/test_records.py index 920bd70..9f1cd0a 100644 --- a/rwlaunchpad/ra/pytest/ns/pingpong/test_records.py +++ b/rwlaunchpad/ra/pytest/ns/pingpong/test_records.py
@@ -78,7 +78,7 @@ if vnfr.id not in const_vnfr_ids: continue - vnfd = get_vnfd(vnfr.vnfd_ref) + vnfd = get_vnfd(vnfr.vnfd.id) yield vnfd, vnfr
diff --git a/rwlaunchpad/ra/pytest/test_failover.py b/rwlaunchpad/ra/pytest/test_failover.py index 40dd7d0..60ba82a 100755 --- a/rwlaunchpad/ra/pytest/test_failover.py +++ b/rwlaunchpad/ra/pytest/test_failover.py
@@ -60,7 +60,7 @@ 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):