Skip to content

Commit

Permalink
XML specification file to be used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Minna Win committed Jul 22, 2024
1 parent 88d1de7 commit aa642cf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions METdbLoad/test/test_load_specification.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<load_spec>
<connection>
<management_system>mysql</management_system>
<host>localhost:3306</host>
<database>mv_load_test</database>
<user>user</user>
<password>user_pwd</password>
</connection>

<folder_tmpl>/path-to/test_data/load_data/load/met_data/point_stat/2011070812/metprd</folder_tmpl>
<verbose>true</verbose>
<insert_size>1</insert_size>
<stat_header_db_check>true</stat_header_db_check>
<mode_header_db_check>false</mode_header_db_check>
<mtd_header_db_check>false</mtd_header_db_check>
<drop_indexes>false</drop_indexes>
<apply_indexes>false</apply_indexes>
<load_stat>true</load_stat>
<load_mode>true</load_mode>
<load_mtd>true</load_mtd>
<load_mpr>true</load_mpr>
<load_orank>true</load_orank>
<load_val>
<field name="met_tool">
<val>point_stat</val>
</field>
</load_val>
<group>Testing</group>
<description>testing DB load</description>
</load_spec>

0 comments on commit aa642cf

Please sign in to comment.