Fix T1613.yaml (#2886)
* Fixing several issues on T1613 test * Undoing the md file fix * Undoing the md file fix and fixing also test 2 --------- Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d143f79024
commit
366ff6f084
@@ -21,13 +21,13 @@ atomic_tests:
|
||||
executor:
|
||||
command: |-
|
||||
docker build -t t1613 $PathtoAtomicsFolder/T1613/src/
|
||||
docker run --name t1613_container -d -t t1613
|
||||
docker run --name t1613_container --rm -d -t t1613
|
||||
docker ps
|
||||
docker stats --no-stream
|
||||
docker inspect $(docker ps -l -q --filter ancestor=t1613)
|
||||
cleanup_command: |-
|
||||
docker stop t1613_container
|
||||
docker rmi -f t1613_container
|
||||
docker rmi -f t1613
|
||||
name: sh
|
||||
|
||||
- name: Podman Container and Resource Discovery
|
||||
@@ -50,11 +50,11 @@ atomic_tests:
|
||||
executor:
|
||||
command: |-
|
||||
podman build -t t1613 $PathtoAtomicsFolder/T1613/src/
|
||||
podman run --name t1613_container -d -t t1613
|
||||
podman run --name t1613_container --rm -d -t t1613
|
||||
podman ps
|
||||
podman stats --no-stream
|
||||
podman inspect $(podman ps -l -q --filter ancestor=t1613)
|
||||
cleanup_command: |-
|
||||
podman stop t1613_container
|
||||
podman rmi -f t1613_container
|
||||
podman rmi -f t1613
|
||||
name: sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:24.04
|
||||
LABEL = "canonical"
|
||||
LABEL key="canonical"
|
||||
RUN echo "canonical"
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
||||
|
||||
Reference in New Issue
Block a user