Skip to content

Docker image not working #78

@pcotret

Description

@pcotret

Followed instructions given at https://github.com/pulp-platform/dory/tree/master?tab=readme-ov-file#building-and-using-the-dockerfile

./docker_utils/build_docker.sh
./docker_utils/run_docker.sh 
source ./docker_utils/docker_pulp_sdk.sh

test_GAP8.py was missing, I used the test_PULP.py given at the root:

(dory_env) root@0ca16513dd93:/dory_checkout# python3 -m pytest test_PULP.py --compat pulp-sdk

However, it generates several errors :'(
Here is the log:

log.txt

However, I can see in the summary that some tests passed:

=================================================================================== short test summary info ===================================================================================
FAILED test_PULP.py::test_network[network2] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network5] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network6] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network7] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network8] - AssertionError: Building application failed with exit status 2
FAILED test_PULP.py::test_network[network9] - AssertionError: Building application failed with exit status 2

Results (85.18s (0:01:25)):
       4 passed
       6 failed
         - test_PULP.py:148 test_network[network2]
         - test_PULP.py:148 test_network[network5]
         - test_PULP.py:148 test_network[network6]
         - test_PULP.py:148 test_network[network7]
         - test_PULP.py:148 test_network[network8]
         - test_PULP.py:148 test_network[network9]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions