6969load (
7070 ":seooc_test.bzl" ,
7171 "seooc_artifacts_copied_test" ,
72- "seooc_description_test" ,
7372 "seooc_index_generation_test" ,
7473 "seooc_needs_provider_test" ,
7574 "seooc_sphinx_module_generated_test" ,
@@ -214,7 +213,6 @@ dependable_element(
214213 assumptions_of_use = [":aous" ],
215214 components = [],
216215 dependability_analysis = [":dependability_analysis_target" ],
217- description = "Dependency SEooC module for testing the deps attribute of dependable_element." ,
218216 integrity_level = "B" ,
219217 requirements = [":feat_req" ],
220218 tests = [],
@@ -227,7 +225,6 @@ dependable_element(
227225 assumptions_of_use = [":aous" ],
228226 components = [],
229227 dependability_analysis = [":dependability_analysis_target" ],
230- description = "Test SEooC module demonstrating S-CORE process compliance structure." ,
231228 integrity_level = "B" ,
232229 requirements = [":feat_req" ],
233230 tests = [],
@@ -336,7 +333,6 @@ dependable_element(
336333 assumptions_of_use = [":aous" ],
337334 components = [":test_component" ],
338335 dependability_analysis = [":dependability_analysis_target" ],
339- description = "Test dependable element for unit testing" ,
340336 integrity_level = "B" ,
341337 requirements = [":feat_req" ],
342338 tests = [], # Empty for testing
@@ -408,7 +404,6 @@ dependable_element(
408404 assumptions_of_use = [":aous" ],
409405 components = [":test_parent_component" ],
410406 dependability_analysis = [":dependability_analysis_target" ],
411- description = "Test dependable element with nested components for testing recursive unit collection and deduplication" ,
412407 integrity_level = "B" ,
413408 requirements = [":feat_req" ],
414409 tests = [],
@@ -501,11 +496,6 @@ seooc_index_generation_test(
501496 target_under_test = ":seooc_test_lib_index" ,
502497)
503498
504- seooc_description_test (
505- name = "seooc_tests_description" ,
506- target_under_test = ":seooc_test_lib_index" ,
507- )
508-
509499# ============================================================================
510500# Test Suites
511501# ============================================================================
@@ -571,7 +561,6 @@ test_suite(
571561 name = "seooc_tests" ,
572562 tests = [
573563 ":seooc_tests_artifacts_copied" ,
574- ":seooc_tests_description" ,
575564 ":seooc_tests_index_generation" ,
576565 ":seooc_tests_needs_provider" ,
577566 ":seooc_tests_sphinx_module_generated" ,
0 commit comments