test_connect_with_mac_address fails with Docker v29.3.0
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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