/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | types.py | 8 from oe.maketype import create 12 self.assertRaises(ValueError, create, '', 'boolean') 13 self.assertRaises(ValueError, create, 'foo', 'boolean') 14 self.assertRaises(TypeError, create, object(), 'boolean') 17 self.assertTrue(create('y', 'boolean')) 18 self.assertTrue(create('yes', 'boolean')) 19 self.assertTrue(create('1', 'boolean')) 20 self.assertTrue(create('t', 'boolean')) 21 self.assertTrue(create('true', 'boolean')) 22 self.assertTrue(create('TRUE', 'boolean')) [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 049.out | 6 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024 9 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024b 12 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1k 15 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1K 18 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1M 21 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1G 24 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1T 27 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0 30 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024.0b 33 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1.5k [all …]
|
H A D | 049 | 64 test_qemu_img create -f $IMGFMT "$TEST_IMG" $s 70 test_qemu_img create -f $IMGFMT -o size=$s "$TEST_IMG" 78 test_qemu_img create -f $IMGFMT "$TEST_IMG" -- $s 79 test_qemu_img create -f $IMGFMT -o size=$s "$TEST_IMG" 85 test_qemu_img create -f $IMGFMT -o size=10M "$TEST_IMG" 20M 93 test_qemu_img create -f $IMGFMT -o cluster_size=$s "$TEST_IMG" 64M 98 test_qemu_img create -f $IMGFMT -o compat=0.10 "$TEST_IMG" 64M 99 test_qemu_img create -f $IMGFMT -o compat=1.1 "$TEST_IMG" 64M 101 test_qemu_img create -f $IMGFMT -o compat=0.42 "$TEST_IMG" 64M 102 test_qemu_img create -f $IMGFMT -o compat=foobar "$TEST_IMG" 64M [all …]
|
H A D | 237.out | 3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"… 22 create type: monolithicSparse 32 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "ide", "… 49 create type: monolithicSparse 59 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 64 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"adapter-type": "buslogi… 76 create type: monolithicSparse 86 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vmdk", "file"… [all …]
|
H A D | 212.out | 3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 21 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 26 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 1048576,… 37 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 42 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 65536, "… 53 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 61 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 72 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… 83 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "parallels", "… [all …]
|
H A D | 213.out | 3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 22 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 27 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"block-size": 8388608, "… 39 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 44 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"block-size": 268435456,… 56 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 64 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 76 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… 88 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "vhdx", "file"… [all …]
|
H A D | 082 | 54 echo === create: Options specified more than once === 57 run_qemu_img create -f foo -f $IMGFMT "$TEST_IMG" $size 61 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" $size 65 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_IM… 67 run_qemu_img create -f $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" $size 71 echo === create: help for -o === 74 run_qemu_img create -f $IMGFMT -o help "$TEST_IMG" $size 75 run_qemu_img create -f $IMGFMT -o \? "$TEST_IMG" $size 78 run_qemu_img create -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG" $size 79 run_qemu_img create -f $IMGFMT -o cluster_size=4k,\? "$TEST_IMG" $size [all …]
|
H A D | 206.out | 3 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 10 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "file… 29 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 34 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 65536, "… 53 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 58 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"cluster-size": 2097152,… 77 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "file", "filen… 82 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"backing-file": "TEST_DI… 100 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "encr… 157 {"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "qcow2", "file… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/ |
H A D | icecc-create-env_0.1.bb | 2 DESCRIPTION = "This is a version of the icecc-create-env script that has \ 8 LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f60… 19 …0997 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_patch) (dependent … 20 …01 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_configure) (dependen… 21 …002 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_compile) (dependent… 22 …998 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_install) (dependent… 23 …(meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_populate_sysroot) (depe… 24 ….60.bb, do_configure) (dependent Tasks ['quilt-native, do_patch', 'icecc-create-env-native, do_pop… 27 SRC_URI = "file://icecc-create-env" 34 install -m 0755 ${S}/icecc-create-env ${D}/${bindir}
|
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 28 struct udmabuf_create create; in main() local 60 memset(&create, 0, sizeof(create)); in main() 63 create.memfd = memfd; in main() 64 create.offset = getpagesize()/2; in main() 65 create.size = getpagesize(); in main() 66 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main() 73 create.memfd = memfd; in main() 74 create.offset = 0; in main() 75 create.size = getpagesize()/2; in main() 76 buf = ioctl(devfd, UDMABUF_CREATE, &create); in main() [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_client_identifier.robot | 24 Create A Session With ClientID And Verify 25 [Documentation] Create a session with client id and verify client id is same. 27 [Template] Create And Verify Session ClientID 37 [Documentation] Create a session with client id and verify client id is same after the reboot. 39 [Template] Create And Verify Session ClientID 46 Create A Multiple Session With ClientID And Verify 47 [Documentation] Create a multiple session with client id and verify client id is same. 49 [Template] Create And Verify Session ClientID 57 …[Documentation] Create a multiple session with client id and verify client id is same after the r… 59 [Template] Create And Verify Session ClientID [all …]
|
H A D | test_lock_management.robot | 346 Create Redfish Session With ClientID 347 [Documentation] Create redifish session with client id. 354 ${session_info}= Create Dictionary 365 [Documentation] Create dictionary of lock request. 372 ${request_dict}= Create Dictionary 483 ${lock_dict_param}= Create Data To Acquire List Of Lock ${lock_type} 537 [Documentation] Create a dictionary for lock request. 547 ${temp_list}= Create List ${resp} 548 ${lock_request_dict}= Create Dictionary Request=${temp_list} 553 Create Data To Acquire List Of Lock [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_new_custom_image_page.py | 25 release = Release.objects.create( 27 bitbake_version=BitbakeVersion.objects.create(name='v1') 31 self.project = Project.objects.create(name='foo', release=release) 34 layer = Layer.objects.create(name='bar') 35 layer_version = Layer_Version.objects.create( 41 ProjectLayer.objects.create( 49 self.recipe = Recipe.objects.create( 55 # create a tmp file for the recipe 60 project2 = Project.objects.create(name='whoop', release=release) 61 layer_version2 = Layer_Version.objects.create( [all …]
|
H A D | test_project_builds_page.py | 27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/', 29 release = Release.objects.create(name='release1', 89 Build.objects.create(**self.project1_build_success) 90 Build.objects.create(**self.project1_build_success) 96 Build.objects.create(**self.project1_build_success) 97 Build.objects.create(**self.project1_build_success) 98 Build.objects.create(**self.project1_build_success) 101 Build.objects.create(**self.project2_build_success) 102 Build.objects.create(**self.project2_build_in_progress) 109 Build.objects.create(**self.project1_build_success) [all …]
|
/openbmc/phosphor-event/test/ |
H A D | utest.cpp | 97 return eventManager.create(&rec); in prepareEventLog1() 102 return eventManager.create(&rec); in prepareEventLog2() 164 /* Lets delete the earlier log, then create a new event manager 187 EXPECT_EQ(1, eventa.create(&rec)); in TEST_F() 188 EXPECT_EQ(2, eventa.create(&rec)); in TEST_F() 201 EXPECT_EQ(0, eventd.create(&rec)); in TEST_F() 206 EXPECT_EQ(1, evente.create(&rec)); in TEST_F() 213 EXPECT_EQ(1, eventf.create(&rec)); in TEST_F() 214 EXPECT_EQ(0, eventf.create(&rec)); in TEST_F() 221 EXPECT_EQ(1, eventg.create(&rec)); in TEST_F() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | chassis_tests.cpp | 91 // Create vector of Device objects in TEST_F() 96 // Create Chassis in TEST_F() 121 // Create vector of Device objects in TEST_F() 127 // Create Chassis in TEST_F() 149 // Create PresenceDetection in TEST_F() 155 // Create Device that contains PresenceDetection in TEST_F() 163 // Create Chassis that contains Device in TEST_F() 182 // Create SensorMonitoring. Will fail with a DBus exception. in TEST_F() 191 // Create Rail in TEST_F() 196 // Create Device that contains Rail in TEST_F() [all …]
|
H A D | device_tests.cpp | 69 // Create Chassis 73 // Create System 113 // Create I2CInterface in TEST_F() 117 // Create PresenceDetection in TEST_F() 123 // Create Configuration in TEST_F() 131 // Create PhaseFaultDetection in TEST_F() 139 // Create vector of Rail objects in TEST_F() 144 // Create Device in TEST_F() 174 // Create vector of Rail objects in TEST_F() 179 // Create Device in TEST_F() [all …]
|
H A D | system_tests.cpp | 63 // Create Rules in TEST() 67 // Create Chassis in TEST() 74 // Create System in TEST() 88 // Create PresenceDetection in TEST() 94 // Create Device that contains PresenceDetection in TEST() 102 // Create Chassis that contains Device in TEST() 109 // Create System that contains Chassis in TEST() 129 // Create SensorMonitoring. Will fail with a DBus exception. in TEST() 138 // Create Rail in TEST() 143 // Create Device that contains Rail in TEST() [all …]
|
H A D | configuration_tests.cpp | 90 // Create mock services. Expect logDebug() to be called. in TEST() 96 // Create I2CWriteByteAction with register 0x7C and value 0x0A in TEST() 100 // Create mock I2CInterface. Expect action to write 0x0A to 0x7C. in TEST() 108 // Create Configuration with no volts value specified in TEST() 116 // Create Device that contains Configuration in TEST() 125 // Create Chassis that contains Device in TEST() 132 // Create System that contains Chassis in TEST() 144 // Create mock services. Expect logDebug() to be called. in TEST() 151 // Create PMBusWriteVoutCommandAction. Do not specify a volts value in TEST() 160 // Create mock I2CInterface. Expect action to write 0x014D to in TEST() [all …]
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_user_account.robot | 35 ... Redfish Create User admin_user TestPwd123 Administrator ${True} 50 ... Redfish Create User operator_user TestPwd123 Operator ${True} 65 ... Redfish Create User readonly_user TestPwd123 ReadOnly ${True} 76 Redfish Create and Verify Admin User 77 [Documentation] Create a Redfish user with administrator role and verify. 79 [Template] Redfish Create And Verify User 85 Redfish Create and Verify Operator User 86 [Documentation] Create a Redfish user with operator role and verify. 88 [Template] Redfish Create And Verify User 94 Redfish Create and Verify Readonly User [all …]
|
H A D | test_ipmi_redfish_user.robot | 27 Create Admin Redfish User And Verify Login Via IPMI 28 [Documentation] Create user using redfish and verify via IPMI. 34 ${payload}= Create Dictionary 50 # Create user using Redfish. 54 ${payload}= Create Dictionary 61 ${payload}= Create Dictionary Password=${valid_password2} 75 # Create user using Redfish with admin privilege. 79 ${payload}= Create Dictionary 86 ${payload}= Create Dictionary RoleId=Operator 110 # Create user using Redfish. [all …]
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_local_user.robot | 28 Verify Redfishtool Create Users 29 [Documentation] Create user via Redfishtool and verify. 33 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true 42 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true 51 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true 61 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true 72 Redfishtool Create User "UserT100" "TestPwd123" "ReadOnly" true 73 Redfishtool Create User "UserT100" "TestPwd123" "Administrator" true 83 Redfishtool Create User "UserT100" "TestPwd123" "Administrator" true 86 Redfishtool Create User "UserT101" "TestPwd123" "ReadOnly" true "UserT100" "TestPwd123" [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 80 Create VLAN ${vlan_id} 83 Create VLAN Via IPMI off 93 Create VLAN Via IPMI ${vlan_id_for_ipmi} 103 Create VLAN Via IPMI When LAN And VLAN Exist On BMC 104 [Documentation] Create VLAN Via IPMI When LAN And VLAN Exist On BMC. 106 [Setup] Create VLAN ${vlan_id_for_rest} 108 Create VLAN Via IPMI ${vlan_id_for_ipmi} 114 Create VLAN Via IPMI And Verify 115 [Documentation] Create and verify VLAN via IPMI. 118 Create VLAN Via IPMI ${vlan_id_for_ipmi} [all …]
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_dumps.robot | 34 ${dump_id}= Create User Initiated BMC Dump Via Redfish 40 [Documentation] Create user initiated BMC dump at host off state and 45 ${dump_id}= Create User Initiated BMC Dump Via Redfish 56 ${dump_id}= Create User Initiated BMC Dump Via Redfish 80 # Create an internal failure error log. 105 Create User Initiated BMC Dump Via Redfish 115 ${dump_id}= Create User Initiated BMC Dump Via Redfish 123 [Documentation] Create and verify user initiated BMC dump during Host is powwering on 134 # Create user initiated BMC dump and verify only one dump is available. 135 Create User Initiated BMC Dump Via Redfish [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 52 Create Test Event Log And Verify 53 [Documentation] Create event logs and verify via redfish. 56 Create Test Error Log 66 Create Test PEL Log 79 Create Test Error Log 117 Create Test PEL Log 118 Create Test PEL Log 128 Create Test PEL Log 141 Create Test Error Log 152 Create Test Event Log And Verify Time Stamp [all …]
|