Skip to content

Commit

Permalink
update test configs to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Nov 16, 2023
1 parent 9397b33 commit 92a87e7
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 80 deletions.
25 changes: 17 additions & 8 deletions test/smoke_test_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Smoke Test",
"synapse_asset_view": "syn52701135",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_and_file",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_cross_manifest_validation_type_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA cross manifest validation",
"synapse_asset_view": "syn52786230",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "file_only",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "file_only",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_load_test_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "FAIR Data Load Test",
"synapse_asset_view": "syn52392410",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_and_file",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_mrt_file_and_entities_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test file_and_entities",
"synapse_asset_view": "syn52578266",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "file_and_entities",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "file_and_entities",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_mrt_file_only_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test file_only",
"synapse_asset_view": "syn52578162",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "file_only",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "file_only",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_mrt_table_and_file_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test table_and_file",
"synapse_asset_view": "syn52578263",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_and_file",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_mrt_table_file_and_entities_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test table_file_and_entities",
"synapse_asset_view": "syn52578271",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_file_and_entities",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_file_and_entities",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_no_folders_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test No Folders",
"synapse_asset_view": "syn52579643",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_and_file",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_no_project_permission_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA Test No Project Permission",
"synapse_asset_view": "syn52579642",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "table_and_file",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "table_and_file",
"hide_blanks": false
}
}
}
25 changes: 17 additions & 8 deletions test/test_template_type_dca_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"project_name": "DCA template type tests",
"synapse_asset_view": "syn52786062",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "dcc/demo/dca-template-config.json",
"logo_location": "dcc/demo/Logo_Sage_Logomark.png",
"logo_link": "https://synapse.org"
"logo_link": "https://synapse.org",
"dca_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard": false,
Expand All @@ -14,12 +17,18 @@
"sidebar_col": "#191919"
},
"schematic": {
"manifest_get.output_format": "google_sheet",
"manifest_get.use_annotations": false,
"model_validate.restrict_rules": false,
"model_submit.use_schema_labels": true,
"model_submit.table_manipulation": "replace",
"model_submit.manifest_record_type": "file_only",
"model_submit.hide_blanks": false
"manifest_generate": {
"output_format": "google_sheet",
"use_annotations": false
},
"model_validate": {
"restrict_rules": false
},
"model_submit": {
"use_schema_labels": true,
"table_manipulation": "replace",
"manifest_record_type": "file_only",
"hide_blanks": false
}
}
}

0 comments on commit 92a87e7

Please sign in to comment.