diff --git a/integration-tests/templates/openBIS-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt
index b7e2df8bcf9f8dded437fae1614a4ea21c7d6a5c..1e414b8a43b408e9ed64c0230abfb726369f2350 100644
--- a/integration-tests/templates/openBIS-client/commands.txt
+++ b/integration-tests/templates/openBIS-client/commands.txt
@@ -1,9 +1,11 @@
 login -u test -p <password>
 register-project NEMO
+register-materials VIRUS testdata/basic-viruses.txt
+register-materials CONTROL testdata/basic-controls.txt
 register-master-plate -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP001-1.txt code1
 register-master-plate -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP002-1.txt code2
 register-dilution-plates testdata/exampleDilutionPlates.txt
 register-control-layout -p PLATE_GEOMETRY=384_WELLS_16X24 testdata/register-experiments/CL-3V.txt
 register-cell-plates testdata/exampleCellPlates.txt -c CL-3V
-register-experiments SIRNAHCS testdata/register-experiments/example3VExperiments.txt
+register-experiments SIRNA_HCS testdata/register-experiments/example3VExperiments.txt
 logout
diff --git a/integration-tests/templates/openBIS-client/testdata/basic-controls.txt b/integration-tests/templates/openBIS-client/testdata/basic-controls.txt
new file mode 100644
index 0000000000000000000000000000000000000000..350681f91e4a94b960b34629e7d977925e05bb89
--- /dev/null
+++ b/integration-tests/templates/openBIS-client/testdata/basic-controls.txt
@@ -0,0 +1,3 @@
+CODE
+GFP
+SCRAM
\ No newline at end of file
diff --git a/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt b/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9e0e3bcce8bd6897524bc4f3306a0b17e916a717
--- /dev/null
+++ b/integration-tests/templates/openBIS-client/testdata/basic-viruses.txt
@@ -0,0 +1,18 @@
+CODE	USER.DESCRIPTION
+AD3	Adenovirus 3
+AD5	Adenovirus 5
+DV	Dengue Virus 1
+EV1	Echovirus 1
+FLU	Influenza A virus
+HRV2	Human respiratory virus
+HSV1	Herpes Simplex Virus 1
+MHV	Mouse Hepatitis Virus
+ROTAV	Rotavirus
+RRV	Rhesus Rotavirus
+RSV	Respiratory Syncytial Virus
+RV	Rhinovirus
+SFV	Semliki Forest Virus
+SV40	Simian Virus 40
+VSV	Vesicular Stomatitis Virus
+VV	Vaccinia Virus
+YFV	Yellow Fever Virus
\ No newline at end of file