You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hcloud_image_info integration test attempt to list a snapshot named always-there-snapshot, this snapshot is present in the Hetzner Cloud project used by the CI, but is not setup when running tests locally.
The hcloud_placement_group, hcloud_rdns and hcloud_server integration test attempt to attach an ssh key that is only present in the Hetzner Cloud project used by the CI.
Maybe a setup/teardown could be automated, or at least a setup.
SUMMARY
The
hcloud_image_info
integration test attempt to list a snapshot namedalways-there-snapshot
, this snapshot is present in the Hetzner Cloud project used by the CI, but is not setup when running tests locally.The
hcloud_placement_group
,hcloud_rdns
andhcloud_server
integration test attempt to attach an ssh key that is only present in the Hetzner Cloud project used by the CI.Maybe a setup/teardown could be automated, or at least a setup.
ISSUE TYPE
COMPONENT NAME
hcloud_image_info
hcloud_placement_group
hcloud_rdns
STEPS TO REPRODUCE
EXPECTED RESULTS
The tests should pass locally as well as in the CI.
ACTUAL RESULTS
The tests fail because of the missing snapshot.
The text was updated successfully, but these errors were encountered: