Skip to content
Snippets Groups Projects
Commit 34eac393 authored by Luis Contreras's avatar Luis Contreras
Browse files

Change to check the files are not deployed

parent db6c275d
No related branches found
No related tags found
1 merge request!11Infra 5311
Pipeline #123062 failed
......@@ -52,6 +52,13 @@ def test_opis_repositories(host):
assert host.file(filename).exists
cmd = host.run("cd /data/opis-pbi/10-Engineer/10-ACC/99-PBI;git rev-parse HEAD")
assert cmd.stdout.strip() == "fd19d4765d8cee0480f2bfa86efb72e1051fad69"
for filename in (
"/usr/local/share/cs-studio/ess-opis/README.md",
"/data/opis-pbi/opis-pbi-systemexpert/README.md",
"/data/opis-pbi/30-Operator/10-ACC/99-PBI/README.md",
"/data/opis-pbi/20-SystemExpert/10-ACC/999-Cryo/README.md",
):
assert host.file(filename).exists is False
def test_opis_repositories_are_deleted(host):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment