ACS-6151 - divided tests for each image

This commit is contained in:
Grzegorz Oleksy
2023-11-28 09:39:37 +01:00
parent 6b4e3e1cd6
commit f5ce966dc2
7 changed files with 71 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
package org.alfresco.transform.aio;
import org.alfresco.transform.base.LivenessReadinessProbeTest;
public class AIOLivenessReadinessProbeTest extends LivenessReadinessProbeTest {
@Override
protected LivenessReadinessProbeTest.ImagesForTests getImageForTest() {
return new ImagesForTests("ats-aio", "alfresco-transform-core-aio", "text/plain", "text/plain", "original.txt");
}
}