Home
last modified time | relevance | path

Searched refs:junction_path (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/buildstream/BuildStream-1.2.8/tests/frontend/
H A Dfetch.py83 junction_path = os.path.join(project, 'elements', 'junction.bst')
91 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
133 junction_path = os.path.join(project, 'elements', 'junction.bst')
141 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
168 junction_path = os.path.join(project, 'elements', 'junction.bst')
188 generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'))
H A Dshow.py121 junction_path = os.path.join(project, 'elements', 'junction.bst')
129 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
185 junction_path = os.path.join(project, 'elements', 'junction.bst')
193 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
232 junction_path = os.path.join(project, 'elements', 'junction.bst')
236 generate_junction(tmpdir, subproject_path, junction_path, store_ref=True)
H A Dbuildcheckout.py353 junction_path = os.path.join(project, 'elements', 'junction.bst')
361 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
387 junction_path = os.path.join(project, 'elements', 'junction.bst')
395 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
439 junction_path = os.path.join(project, 'elements', 'junction.bst')
444 ref = generate_junction(tmpdir, subproject_path, junction_path)
485 junction_path = os.path.join(project, 'elements', 'junction.bst')
491 ref = generate_junction(tmpdir, subproject_path, junction_path)
548 junction_path = os.path.join(project, 'elements', 'junction.bst')
551 generate_junction(tmpdir, subproject_path, junction_path)
H A Dtrack.py408 junction_path = os.path.join(project, 'elements', 'junction.bst')
416 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
442 junction_path = os.path.join(project, 'elements', 'junction.bst')
450 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
483 junction_path = os.path.join(project, 'elements', 'junction.bst')
498 subproject_path, junction_path, store_ref=False)
593 junction_path = os.path.join(element_path, 'junction.bst')
620 subproject_path, junction_path, store_ref=True)
660 junction_path = os.path.join(element_path, 'junction.bst')
668 subproject_path, junction_path, store_ref=False)
H A Doverlaps.py91 junction_path = os.path.join(project_dir, 'sub-project.bst')
95 generate_junction(tmpdir, subproject_dir, junction_path)
H A Dbuildtrack.py171 junction_path = os.path.join(project, 'elements', 'junction.bst')
203 generate_junction(tmpdir, subproject_path, junction_path, store_ref=False)
H A Dpush.py352 junction_path = os.path.join(project, 'elements', 'junction.bst')
354 generate_junction(tmpdir, subproject_path, junction_path, store_ref=True)
H A Dpull.py277 junction_path = os.path.join(project, 'elements', 'junction.bst')
279 generate_junction(tmpdir, subproject_path, junction_path, store_ref=True)
/dports/devel/buildstream/BuildStream-1.2.8/tests/testutils/
H A Djunction.py19 def generate_junction(tmpdir, subproject_path, junction_path, *, store_ref=True): argument
34 _yaml.dump(element, junction_path)
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_loader/
H A Dloader.py624 junction_path = name.rsplit(':', 1)
625 if len(junction_path) == 1:
626 return None, junction_path[-1], self
628 self._load_file(junction_path[-2], rewritable, ticker, fetch_subprojects)
629 loader = self._get_loader(junction_path[-2], rewritable=rewritable, ticker=ticker,
631 return junction_path[-2], junction_path[-1], loader
/dports/devel/buildstream/BuildStream-1.2.8/tests/format/
H A Dinclude.py71 junction_path = os.path.join(project, 'junction.bst')
83 _yaml.dump(element, junction_path)
104 junction_path = os.path.join(project, 'junction.bst')
116 _yaml.dump(element, junction_path)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A D_na_cdot_volume.py173 junction_path=dict(required=False, type='str', default=None),
195 self.junction_path = p['junction_path']
267 if self.junction_path:
268 create_parameters['junction-path'] = str(self.junction_path)
H A Dna_ontap_volume_clone.py132 junction_path=dict(required=False, type='str', default=None),
H A Dna_ontap_flexcache.py143 junction_path=dict(required=False, type='str'),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/changelogs/fragments/
H A DDEVOPS-4026.yaml2 …- na_ontap_volume_clone - ``parent_vserver`` can not be given with ``junction_path``, ``uid``, or …
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/roles/na_ontap_snapmirror_create/tasks/
H A Dmain.yml37 # junction_path: "/{{ dst_volume }}"
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/
H A Dutils.py384 junction_path = share.split(':')[-1]
394 junction_path = path[1]
400 return host, junction_path
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/roles/na_ontap_nas_create/tasks/
H A Dmain.yml40 junction_path: "/{{ item.name }}"
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dnfs_cmode.py327 host, junction_path = na_utils.get_export_host_junction_path(share)
337 flexvol_path=junction_path)
434 (host_ip, junction_path) = self._get_export_ip_path(volume_id=file_id)
437 vserver, junction_path)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_flexcache.py207 junction_path=dict(required=False, type='str', aliases=['path']),
373 junction_path=flexcache.get('path')
426 junction_path='path',
H A Dna_ontap_volume_clone.py140 junction_path=dict(required=False, type='str', default=None),
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/storage/netapp/
H A Dtest_na_ontap_flexcache.py154 def create_flexcache(self, vserver, volume, junction_path): argument
167 'junction_path': junction_path,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/tests/unit/plugins/modules/
H A Dtest_na_ontap_flexcache.py154 def create_flexcache(self, vserver, volume, junction_path): argument
167 'junction_path': junction_path,
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/client/
H A Dclient_cmode.py1292 def mount_flexvol(self, flexvol_name, junction_path=None): argument
1296 'junction-path': (junction_path if junction_path
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/netapp/
H A Dtest_utils.py574 def test_get_export_host_junction_path(self, share, host, junction_path): argument
579 self.assertEqual(junction_path, result_path)

12