File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2828
2929public abstract class RtlDockerTest extends DockerExecutionTest {
3030
31- // TODO: Add version hash
32- private static final String RTL_BASE_IMAGE = "ghcr.io/openvadl/rtl-test-base" ;
31+ private static final String RTL_BASE_IMAGE =
32+ "ghcr.io/openvadl/rtl-test-base@sha256:c70a7fdf249dc7f81476a1cc5616e5b02af29dcadf7224a21987742256872f3c " ;
3333
3434 private static final ConcurrentHashMap <String , ImageFromDockerfile > imageCache =
3535 new ConcurrentHashMap <>();
Original file line number Diff line number Diff line change 1717package vadl .rtl .riscv ;
1818
1919import java .nio .file .Path ;
20- import org .junit .jupiter .api .Disabled ;
2120import org .junit .jupiter .api .Test ;
2221import vadl .configuration .DecoderOptions ;
2322import vadl .configuration .GeneralConfiguration ;
2726public class RiscVInstructionTest extends RtlDockerTest {
2827
2928 @ Test
30- @ Disabled ("Wait for docker image to be available at ghcr.io" )
3129 void rv32imTest () {
3230
3331 /* GIVEN */
You can’t perform that action at this time.
0 commit comments