Skip to content

Commit

Permalink
FileSender: rework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madsi1m committed Sep 23, 2024
1 parent 7e5a5c6 commit 96396ec
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions tools/aarnetfilesender/filesender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,14 @@ filesender -p -u '$apiuser' -a '$apikey' -b https://filesender.aarnet.edu.au/res
<data name="output" format="txt" hidden="false"/>
</outputs>
<tests>
<!-- TODO planemo failed due to both username and apikey are null-->
<test>
<test expect_exit_code="1" expect_failure="true">
<param name="data" value="summary_statistics.txt"/>
<output name="output">
<assert_contents>
<has_text text="Uploading"/>
<has_text text="log complete"/>
<has_text text="Upload Complete"/>
</assert_contents>
</output>
</test>
<output name="output">
<assert_contents>
<has_text text="ERROR"/>
</assert_contents>
</output>
</test>
</tests>
<help>
**What it does**
Expand Down

0 comments on commit 96396ec

Please sign in to comment.