Skip to content

Commit

Permalink
fix: Include DataSourceCloudStack attribute in unpickle test (#5039)
Browse files Browse the repository at this point in the history
Ensure `metadata_address` is ignored in the _unpickle test for
DataSourceCloudStack. It has existed for many years.
  • Loading branch information
TheRealFalcon authored and holmanb committed Mar 11, 2024
1 parent f1e4398 commit 2a4c0b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/unittests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ class TestUpgrade:
"seed_dir",
},
"CloudSigma": {"cepko", "ssh_public_key"},
"CloudStack": {"api_ver", "cfg", "seed_dir", "vr_addr"},
"CloudStack": {
"api_ver",
"cfg",
"metadata_address",
"seed_dir",
"vr_addr",
},
"ConfigDrive": {
"_network_config",
"ec2_metadata",
Expand Down

0 comments on commit 2a4c0b6

Please sign in to comment.