docker / docker/docker-py

test_connect_with_mac_address fails with Docker v29.3.0

Open
#3,389 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.2k
Forks
1.7k
Avg merge
13d 8h
Merged PRs (30d)
2

Description

=================================== FAILURES ===================================
__________________ TestNetworks.test_connect_with_mac_address __________________
tests/integration/api_network_test.py:426: in test_connect_with_mac_address
    assert net_data['MacAddress'] == '02:42:ac:11:00:02'
E   AssertionError: assert '' == '02:42:ac:11:00:02'
E     
E     - 02:42:ac:11:00:02

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with tests/integration/api_network_test.py at TestNetworks.test_connect_with_mac_address and reproduce the failure using Docker v29.3.0. Trace the network connect response and compare its MacAddress with the assertion; done means the test passes with the intended behavior confirmed.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
api, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.