From f3182b137bff58f70738daab28c6c4565f8db27b Mon Sep 17 00:00:00 2001 From: "~ . ~" Date: Thu, 29 Aug 2024 17:04:35 -0400 Subject: [PATCH] remove allowed-type data center country code --- features/fedramp_extensions.feature | 3 - .../fedramp-external-constraints.xml | 253 ------------------ ...data-center-allowed-country-code-FAIL.yaml | 9 - ...data-center-allowed-country-code-PASS.yaml | 9 - 4 files changed, 274 deletions(-) delete mode 100644 src/validations/constraints/unit-tests/data-center-allowed-country-code-FAIL.yaml delete mode 100644 src/validations/constraints/unit-tests/data-center-allowed-country-code-PASS.yaml diff --git a/features/fedramp_extensions.feature b/features/fedramp_extensions.feature index 5fba2e5a1..cae0d0fc8 100644 --- a/features/fedramp_extensions.feature +++ b/features/fedramp_extensions.feature @@ -27,8 +27,6 @@ Examples: | component-type-PASS.yaml | | control-implementation-status-FAIL.yaml | | control-implementation-status-PASS.yaml | - | data-center-allowed-country-code-FAIL.yaml | - | data-center-allowed-country-code-PASS.yaml | | data-center-alternate-FAIL.yaml | | data-center-alternate-PASS.yaml | | data-center-count-FAIL.yaml | @@ -81,7 +79,6 @@ Examples: | component-type | | control-implementation-status | | data-center-US | - | data-center-allowed-country-code | | data-center-alternate | | data-center-count | | data-center-country-code | diff --git a/src/validations/constraints/fedramp-external-constraints.xml b/src/validations/constraints/fedramp-external-constraints.xml index 5ffdd123a..34b7faa2b 100644 --- a/src/validations/constraints/fedramp-external-constraints.xml +++ b/src/validations/constraints/fedramp-external-constraints.xml @@ -25,259 +25,6 @@ Each data center address must contain a country code. - - Data Center Country Code - Specifies the allowed country codes for data center addresses. - Afghanistan - Åland Islands - Albania - Algeria - American Samoa - Andorra - Angola - Anguilla - Antarctica - Antigua and Barbuda - Argentina - Armenia - Aruba - Australia - Austria - Azerbaijan - Bahamas - Bahrain - Bangladesh - Barbados - Belarus - Belgium - Belize - Benin - Bermuda - Bhutan - Bolivia, Plurinational State of - Bonaire, Sint Eustatius and Saba - Bosnia and Herzegovina - Botswana - Bouvet Island - Brazil - British Indian Ocean Territory - Brunei Darussalam - Bulgaria - Burkina Faso - Burundi - Cabo Verde - Cambodia - Cameroon - Canada - Cayman Islands - Central African Republic - Chad - Chile - China - Christmas Island - Cocos (Keeling) Islands - Colombia - Comoros - Congo - Congo, Democratic Republic of the - Cook Islands - Costa Rica - Côte d'Ivoire - Croatia - Cuba - Curaçao - Cyprus - Czechia - Denmark - Djibouti - Dominica - Dominican Republic - Ecuador - Egypt - El Salvador - Equatorial Guinea - Eritrea - Estonia - Eswatini - Ethiopia - Falkland Islands (Malvinas) - Faroe Islands - Fiji - Finland - France - French Guiana - French Polynesia - French Southern Territories - Gabon - Gambia - Georgia - Germany - Ghana - Gibraltar - Greece - Greenland - Grenada - Guadeloupe - Guam - Guatemala - Guernsey - Guinea - Guinea-Bissau - Guyana - Haiti - Heard Island and McDonald Islands - Holy See - Honduras - Hong Kong - Hungary - Iceland - India - Indonesia - Iran, Islamic Republic of - Iraq - Ireland - Isle of Man - Israel - Italy - Jamaica - Japan - Jersey - Jordan - Kazakhstan - Kenya - Kiribati - Korea, Democratic People's Republic of - Korea, Republic of - Kuwait - Kyrgyzstan - Lao People's Democratic Republic - Latvia - Lebanon - Lesotho - Liberia - Libya - Liechtenstein - Lithuania - Luxembourg - Macao - Madagascar - Malawi - Malaysia - Maldives - Mali - Malta - Marshall Islands - Martinique - Mauritania - Mauritius - Mayotte - Mexico - Micronesia, Federated States of - Moldova, Republic of - Monaco - Mongolia - Montenegro - Montserrat - Morocco - Mozambique - Myanmar - Namibia - Nauru - Nepal - Netherlands, Kingdom of the - New Caledonia - New Zealand - Nicaragua - Niger - Nigeria - Niue - Norfolk Island - North Macedonia - Northern Mariana Islands - Norway - Oman - Pakistan - Palau - Palestine, State of - Panama - Papua New Guinea - Paraguay - Peru - Philippines - Pitcairn - Poland - Portugal - Puerto Rico - Qatar - Réunion - Romania - Russian Federation - Rwanda - Saint Barthélemy - Saint Helena, Ascension and Tristan da Cunha - Saint Kitts and Nevis - Saint Lucia - Saint Martin (French part) - Saint Pierre and Miquelon - Saint Vincent and the Grenadines - Samoa - San Marino - Sao Tome and Principe - Saudi Arabia - Senegal - Serbia - Seychelles - Sierra Leone - Singapore - Sint Maarten (Dutch part) - Slovakia - Slovenia - Solomon Islands - Somalia - South Africa - South Georgia and the South Sandwich Islands - South Sudan - Spain - Sri Lanka - Sudan - Suriname - Svalbard and Jan Mayen - Sweden - Switzerland - Syrian Arab Republic - Taiwan, Province of China - Tajikistan - Tanzania, United Republic of - Thailand - Timor-Leste - Togo - Tokelau - Tonga - Trinidad and Tobago - Tunisia - Türkiye - Turkmenistan - Turks and Caicos Islands - Tuvalu - Uganda - Ukraine - United Arab Emirates - United Kingdom of Great Britain and Northern Ireland - United States of America - United States Minor Outlying Islands - Uruguay - Uzbekistan - Vanuatu - Venezuela, Bolivarian Republic of - Viet Nam - Virgin Islands (British) - Virgin Islands (U.S.) - Wallis and Futuna - Western Sahara - Yemen - Zambia - Zimbabwe - Each data center must have an address that is within the United States. diff --git a/src/validations/constraints/unit-tests/data-center-allowed-country-code-FAIL.yaml b/src/validations/constraints/unit-tests/data-center-allowed-country-code-FAIL.yaml deleted file mode 100644 index b011ce1b0..000000000 --- a/src/validations/constraints/unit-tests/data-center-allowed-country-code-FAIL.yaml +++ /dev/null @@ -1,9 +0,0 @@ -test-case: - name: Negative Test for data-center-allowed-country-code - description: >- - This test case validates the behavior of constraint - data-center-allowed-country-code - content: ../content/ssp-all-INVALID.xml - expectations: - - constraint-id: data-center-allowed-country-code - result: fail diff --git a/src/validations/constraints/unit-tests/data-center-allowed-country-code-PASS.yaml b/src/validations/constraints/unit-tests/data-center-allowed-country-code-PASS.yaml deleted file mode 100644 index 6c0f6346a..000000000 --- a/src/validations/constraints/unit-tests/data-center-allowed-country-code-PASS.yaml +++ /dev/null @@ -1,9 +0,0 @@ -test-case: - name: Positive Test for data-center-allowed-country-code - description: >- - This test case validates the behavior of constraint - data-center-allowed-country-code - content: ../content/ssp-all-VALID.xml - expectations: - - constraint-id: data-center-allowed-country-code - result: pass