New feature: Support rooted descriptors and descriptors under project
[osm/SO.git] / rwlaunchpad / ra / pytest / multivm_vnf / conftest.py
index a3c565b..8510fa6 100644 (file)
@@ -23,13 +23,13 @@ import subprocess
 import tempfile
 
 from gi.repository import (
-    NsdYang,
+    ProjectNsdYang as NsdYang,
     NsrYang,
     RwNsrYang,
     RwVnfrYang,
     VnfrYang,
     VldYang,
-    RwVnfdYang,
+    RwProjectVnfdYang as RwVnfdYang,
     RwLaunchpadYang,
     RwBaseYang
 )