From 44110377c6b5b3f5efe357d3b1b1593c05428313 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 18 Mar 2019 17:38:27 -0400 Subject: [PATCH] vmcheck/test-rojig-client.sh: Don't check full rojig NEVRA Let's make this test work across major version rebases of the FAHC treecompose job by not hardcoding a specific `%{dist}` here. It's strong enough to check that the `deploy` operation has the expected previous version. I did bump the FAHC buildroot so that next version of the rojig RPM will be f29, but I don't want to wait until the job has composed at least two of them. Closes: #1787 Approved by: cgwalters --- tests/vmcheck/test-rojig-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vmcheck/test-rojig-client.sh b/tests/vmcheck/test-rojig-client.sh index 3a57752e..f8296d1c 100755 --- a/tests/vmcheck/test-rojig-client.sh +++ b/tests/vmcheck/test-rojig-client.sh @@ -61,6 +61,6 @@ vm_assert_status_jq '.deployments[0].origin|startswith("rojig://fahc:fedora-atom echo "ok rojig client deploy" vm_cmd rpm-ostree status > status.txt -assert_file_has_content_literal status.txt 'fahc:fedora-atomic-host-'${prev_version}'-1.fc29.x86_64' +assert_file_has_content_literal status.txt 'fahc:fedora-atomic-host-'${prev_version}'-1' echo "ok rojig status"