diff --git a/topics/imaging/tutorials/imaging-introduction/workflows/Galaxy-Workflow-GTN_Tutorial__Introduction_to_Imaging-tests.yml b/topics/imaging/tutorials/imaging-introduction/workflows/Galaxy-Workflow-GTN_Tutorial__Introduction_to_Imaging-tests.yml new file mode 100644 index 00000000000000..219359c4fa848e --- /dev/null +++ b/topics/imaging/tutorials/imaging-introduction/workflows/Galaxy-Workflow-GTN_Tutorial__Introduction_to_Imaging-tests.yml @@ -0,0 +1,15 @@ +- doc: Test outline for Workflow-constructed-from-Tutorial-'Introduction-to-image-analysis-using-Galaxy' + job: + input_image: + class: File + path: test-data/input_image.tiff + filetype: tiff + outputs: + out: + asserts: + has_size: + value: 1150610 + delta: 100000 + output: + path: test-data/output.tabular + compare: diff diff --git a/topics/imaging/tutorials/imaging-introduction/workflows/test-data/input_image.tiff b/topics/imaging/tutorials/imaging-introduction/workflows/test-data/input_image.tiff new file mode 100644 index 00000000000000..69e6edee4068b6 Binary files /dev/null and b/topics/imaging/tutorials/imaging-introduction/workflows/test-data/input_image.tiff differ diff --git a/topics/imaging/tutorials/imaging-introduction/workflows/test-data/output.tabular b/topics/imaging/tutorials/imaging-introduction/workflows/test-data/output.tabular new file mode 100644 index 00000000000000..5689436189a611 --- /dev/null +++ b/topics/imaging/tutorials/imaging-introduction/workflows/test-data/output.tabular @@ -0,0 +1,2 @@ +objects +425 \ No newline at end of file