diff --git a/pbm-functional/pytest/test_PBM-1228.py b/pbm-functional/pytest/test_PBM-1228.py index f1f15a57..d4fbb5d2 100644 --- a/pbm-functional/pytest/test_PBM-1228.py +++ b/pbm-functional/pytest/test_PBM-1228.py @@ -68,6 +68,12 @@ def insert_docs(): assert profile.rc==0, profile.stderr assert "OK" in profile.stdout, profile.stdout Cluster.log(profile.stdout) + Cluster.log("Sync filesystem profile, see PBM-1502") + profile=cluster.exec_pbm_cli("profile sync filesystem") + assert profile.rc==0, profile.stderr + assert "OK" in profile.stdout, profile.stdout + Cluster.log(profile.stdout) + time.sleep(5) Cluster.log("Perform backup on fs profile") fs_backup=cluster.make_backup(backup_type + " --profile filesystem") Cluster.log("Check if the backup actually was created on the filesystem storage")