summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlberto Contreras <alberto.contreras@canonical.com>2022-06-08 20:16:34 +0200
committerGitHub <noreply@github.com>2022-06-08 13:16:34 -0500
commit6270b500535423d6a58c487c4a1e51d1c3dae5ac (patch)
tree26c42bfc01da6c75dd4d969f2f4725f070f03d80 /tox.ini
parenta703ee886feaf0aa8971052a3b4b308d8eae8bb2 (diff)
downloadcloud-init-git-6270b500535423d6a58c487c4a1e51d1c3dae5ac.tar.gz
Oracle ds changes (#1474)
For primary network config: - Use `iSCSI` config if some `/run/net*` file exists, even if `/run/initramfs/open-iscsi.interface` does not. - If the instance is not an `iSCSI` one, then crawl the network config from `IMDS` instead of falling back to "best guess". - Remove unnecessary conditional use of dhcp.EphemeralDHCPv4 and use it always to crawl `IMDS`. - Migrate tests to pytest. - Extend unit test coverage. - Add some types for mypy. LP: #1967942
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9173db43..6e335d96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -242,3 +242,4 @@ markers =
ubuntu: this test should run on Ubuntu
unstable: skip this test because it is flakey
adhoc: only run on adhoc basis, not in any CI environment (travis or jenkins)
+ is_iscsi: whether is an instance has iscsi net cfg or not