mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ACS-6151 - divided tests for each image
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user