Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions python/understack-workflows/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies = [
sync-keystone = "understack_workflows.main.sync_keystone:main"
sync-provision-state = "understack_workflows.main.sync_provision_state:main"
undersync-switch = "understack_workflows.main.undersync_switch:main"
undersync-device = "understack_workflows.main.undersync_device:main"
enroll-server = "understack_workflows.main.enroll_server:main"
bmc-password = "understack_workflows.main.print_bmc_password:main"
bmc-kube-password = "understack_workflows.main.bmc_display_password:main"
Expand Down Expand Up @@ -82,7 +81,6 @@ extend = "../pyproject.toml"
target-version = "py310"

[tool.ruff.lint.per-file-ignores]
"understack_workflows/nautobot_device.py" = ["UP031"]
"tests/test_nautobot_event_parser.py" = ["E501"]
"tests/test_bmc_credentials.py" = ["B017"]
"tests/**/*.py" = [
Expand Down
7 changes: 0 additions & 7 deletions python/understack-workflows/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@

import openstack
import pytest
from fixture_nautobot_device import FIXTURE_DELL_NAUTOBOT_DEVICE
from pynautobot import __version__ as pynautobot_version

from understack_workflows.nautobot import Nautobot
from understack_workflows.nautobot_device import NautobotDevice


@pytest.fixture
def dell_nautobot_device() -> NautobotDevice:
return FIXTURE_DELL_NAUTOBOT_DEVICE


@pytest.fixture
Expand Down
103 changes: 0 additions & 103 deletions python/understack-workflows/tests/fixture_nautobot_device.py

This file was deleted.

2 changes: 1 addition & 1 deletion python/understack-workflows/tests/test_bmc_chassis_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_chassis_neighbors():
def test_chassis_info_R7615():
bmc = FakeBmc(read_fixtures("json_samples/bmc_chassis_info/R7615"))
assert bmc_chassis_info.chassis_info(bmc) == bmc_chassis_info.ChassisInfo(
manufacturer="Dell Inc.",
manufacturer="Dell",
model_number="PowerEdge R7615",
serial_number="33GSW04",
bios_version="1.6.10",
Expand Down
152 changes: 0 additions & 152 deletions python/understack-workflows/tests/test_nautobot_device.py

This file was deleted.

Loading
Loading