2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
To execute the PowerShell scripts, please invoke from the root Marti directory and not from
|
2021-12-01 08:03:39 +00:00
|
|
|
with the current directory set to ``.\test\powershell``
|
2021-11-28 12:27:57 +00:00
|
|
|
|
|
|
|
|
``powershell
|
|
|
|
|
|
|
|
|
|
# To seed the test data
|
2021-12-01 08:03:39 +00:00
|
|
|
# Add code for FTP fetch for BSB
|
2021-11-28 12:27:57 +00:00
|
|
|
.\test\powershell\test_retrievedata.ps1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# For initial tests
|
|
|
|
|
.\test\powershell\test_MartiLQ.ps1
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
.\test\powershell\test_MartiLQCkan.ps1
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
.\test\powershell\test_MartiLQData1.ps1
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
.\test\powershell\test_MartiLQData2.ps1
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
.\test\powershell\test_MartiLQData3.ps1
|
|
|
|
|
|
|
|
|
|
``
|