Home
last modified time | relevance | path

Searched refs:container_ref (Results 1 – 25 of 97) sorted by relevance

1234

/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/functionaltests/client/v1/smoke/
H A Dtest_containers.py93 container_ref = self.cleanup.add_entity(container)
94 self.assertIsNotNone(container_ref)
103 self.assertIsNotNone(container_ref)
112 self.assertIsNotNone(container_ref)
131 self.assertIsNotNone(container_ref)
137 self.assertEqual(container_ref, container_resp.container_ref)
158 self.assertIsNotNone(container_ref)
164 self.assertEqual(container_ref, container_resp.container_ref)
186 self.assertIsNotNone(container_ref)
198 container_ref = container.store()
[all …]
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/barbicanclient/v1/
H A Dcontainers.py60 data = (self.container_ref,
86 if container_ref:
122 def container_ref(self): member in Container
209 return self.container_ref
325 container_ref=container_ref,
450 container_ref=container_ref,
533 def get(self, container_ref): argument
574 container_ref=container_ref,
591 container_ref=container_ref,
605 container_ref=container_ref,
[all …]
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/functionaltests/client/v1/functional/
H A Dtest_containers.py109 container_ref = self.cleanup.add_entity(container)
110 self.assertIsNotNone(container_ref)
207 container_ref = self.cleanup.add_entity(container)
208 self.assertIsNotNone(container_ref)
218 container_ref = self.cleanup.add_entity(container)
219 self.assertIsNotNone(container_ref)
231 container_ref = self.cleanup.add_entity(container)
232 self.assertIsNotNone(container_ref)
247 self.assertIsNotNone(container_ref)
265 self.assertIsNotNone(container_ref)
[all …]
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/functionaltests/cli/v1/smoke/
H A Dtest_acl.py46 container_ref = self.container_behaviors.create_container(
58 data = self.acl_behaviors.acl_submit(entity_ref=container_ref,
65 self.assertIn(container_ref, data['Container ACL Ref'])
71 container_ref = self.container_behaviors.create_container(
84 data = self.acl_behaviors.acl_submit(entity_ref=container_ref,
92 self.assertIn(container_ref, data['Container ACL Ref'])
137 container_ref = self.container_behaviors.create_container(
154 self.assertIn(container_ref, data['Container ACL Ref'])
169 container_ref = self.container_behaviors.create_container(
193 data = self.acl_behaviors.acl_get(entity_ref=container_ref)
[all …]
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/barbicanclient/tests/v1/
H A Dtest_containers.py80 if container_ref:
371 container_ref = container_ref or self.entity_href
376 container = self.manager.get(container_ref=container_ref)
378 self.assertEqual(container_ref, container.container_ref)
427 container_ref = container_ref or self.entity_href
431 self.manager.delete(container_ref=container_ref)
444 container_ref = container_ref or self.entity_href
450 container = self.manager.get(container_ref=container_ref)
451 self.assertEqual(container_ref, container.container_ref)
460 self.assertIsNone(container.container_ref)
[all …]
H A Dtest_acls.py33 self.container_ref = (self.endpoint + '/v1/containers/' +
35 self.container_acl_ref = '{0}/acl'.format(self.container_ref)
84 entity_ref = entity_ref or self.container_ref
104 self.manager.get(entity_ref=self.container_ref + '///')
139 entity_ref = entity_ref or self.container_ref
171 entity = self.manager.create(entity_ref=self.container_ref)
173 self.assertEqual(self.container_ref, entity.entity_ref)
221 entity = self.manager.create(entity_ref=self.container_ref,
264 entity = self.manager.create(entity_ref=self.container_ref,
298 self.assertEqual(self.container_ref, entity.entity_ref)
[all …]
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dcontainer.rs334 .and_then(|c| c.get(i)).and_then(|p| p.container_ref()) in pretty_print()
351 pub(crate) fn container_ref(&self) -> &packet::Container {
389 fn container_ref(&self) -> Option<&Container> { in container_ref() method
395 Packet::Literal(p) => Some(p.container_ref()), in container_ref()
396 Packet::Unknown(p) => Some(p.container_ref()), in container_ref()
417 self.container_ref().and_then(|c| c.children()) in children()
423 self.container_ref().and_then(|c| c.descendants()) in descendants()
429 self.container_ref().and_then(|c| match c.body() { in unprocessed_body()
438 self.container_ref().and_then(|c| match c.body() { in processed_body()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dcontainer.rs334 .and_then(|c| c.get(i)).and_then(|p| p.container_ref()) in pretty_print()
351 pub(crate) fn container_ref(&self) -> &packet::Container {
389 fn container_ref(&self) -> Option<&Container> { in container_ref() method
395 Packet::Literal(p) => Some(p.container_ref()), in container_ref()
396 Packet::Unknown(p) => Some(p.container_ref()), in container_ref()
417 self.container_ref().and_then(|c| c.children()) in children()
423 self.container_ref().and_then(|c| c.descendants()) in descendants()
429 self.container_ref().and_then(|c| match c.body() { in unprocessed_body()
438 self.container_ref().and_then(|c| match c.body() { in processed_body()
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/functionaltests/common/
H A Dcleanup.py63 for container_ref in self.created_entities['container']:
64 self.barbicanclient.containers.delete(container_ref)
87 if container_attr_exists and order.container_ref:
88 self.barbicanclient.containers.delete(order.container_ref)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc40 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
52 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
72 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
92 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
114 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc40 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
52 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
72 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
92 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
114 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc40 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
52 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
72 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
92 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
114 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/25_algorithms/heap/
H A Dmoveable.cc39 typedef test_container<int, random_access_iterator_wrapper> container_ref; typedef
49 container_ref makecon_ref(makeheap_ref, makeheap_ref + length); in check_make()
67 container_ref popcon_ref(popheap_ref, popheap_ref + length); in check_pop()
85 container_ref sortcon_ref(sortheap_ref, sortheap_ref + length); in check_sort()
105 container_ref pushcon_ref(pushheap_ref, pushheap_ref + length + 1); in check_push()

1234