Skip to content

Commit 4ed877f

Browse files
committed
Added specific pcf tests
1 parent 348afdb commit 4ed877f

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

pcf.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"network-router-basic-ops",
7171
"network-security-group-ipv6",
7272
"network-security-group-ipv4",
73+
"pcf",
7374
"volume-v1-snapshot-metadata",
7475
"volume-v1-volume-metadata",
7576
"volume-v1-volume-action",
@@ -1383,6 +1384,23 @@
13831384
}
13841385
}
13851386
},
1387+
"pcf": {
1388+
"achievements": [],
1389+
"admin": false,
1390+
"description": "Tests specific requirements for deploying Pivotal Cloud Foundry on OpenStack",
1391+
"project": "pcftests",
1392+
"required-since": "",
1393+
"tests": {
1394+
"pcftests.tests.test_flavors.FlavorTest.test_flavor_create": {},
1395+
"pcftests.tests.test_hypervisor.HypervisorTest.test_get_hypervisor_type": {},
1396+
"pcftests.tests.test_images.ImagesTest.test_image_create": {},
1397+
"pcftests.tests.test_jumpbox_connectivity.JumpboxIpsTest.test_connectivity_to_endpoints": {},
1398+
"pcftests.tests.test_jumpbox_connectivity.JumpboxIpsTest.test_connectivity_to_internet": {},
1399+
"pcftests.tests.test_quotas.QuotasTest.test_quotas": {},
1400+
"pcftests.tests.test_security_groups.SecurityGroupsTest.test_create_security_groups": {},
1401+
"pcftests.tests.test_vms_connectivity.VmsIpsTest.test_connectivity_between_vms": {}
1402+
}
1403+
},
13861404
"volume-v1-snapshot-metadata": {
13871405
"achievements": [],
13881406
"admin": false,
@@ -1883,7 +1901,14 @@
18831901
"advisory" : {},
18841902
"deprecated" : {},
18851903
"removed" : {},
1886-
"informational" : {}
1904+
"informational" : {
1905+
"pcftests" : {
1906+
"guidance": "Not a core capability, no position at this time",
1907+
"required": false,
1908+
"comment": "no comments.",
1909+
"sections": []
1910+
}
1911+
}
18871912
},
18881913
"criteria": {}
18891914
}

0 commit comments

Comments
 (0)