Robot Framework library for interacting with Electronic Control Units (ECUs)
Project description
Package Description
RobotFramework_DoIP is a Robot Framework library specifically designed for interacting with Electronic Control Units (ECUs) using the Diagnostics over Internet Protocol (DoIP).
At its core, DoIP serves as a communication bridge between external diagnostic tools and a vehicle’s ECUs. This library, RobotFramework_DoIP, provides a set of keywords that enable users to perform diagnostic operations and engage with ECUs, facilitating automated testing processes and interaction with vehicles through the DoIP protocol.
How to install
The RobotFramework_DoIP library can be installed in two different ways.
Installation via PyPi (recommended for users)
pip install robotframework-doipInstallation via GitHub (recommended for developers)
Clone the robotframework-doip repository to your machine.
git clone https://github.com/test-fullautomation/robotframework-doip.gitUse the following command to install RobotFramework_DoIP (executed in repository main folder):
python -m pip install .Or:
python -m pip install --proxy <proxy> .This command will also download and install all dependencies that are required to work with the source files in the current repository. After the initial installation of RobotFramework_DoIP is done, you have the following two possibilities:
Clean the previous installation:
python "./cleanup_installation.py"cleanup_installation.py explicitly deletes all files and folders within the component installation folder under site-packages and also deletes local build artefacts.
Render the component documentation:
python "./genpackagedoc.py"This would e.g. be required in case of changes in the interface of RobotFramework_DoIP.
The documentation is rendered by a separate application called GenPackageDoc, that is part of the build dependencies and runtime dependencies of RobotFramework_DoIP.
GenPackageDoc needs to be configured. Details about how to do this, can be found in the README.rst (sections Install dependencies and Configure dependencies).
Use the following command to build RobotFramework_DoIP (executed in repository main folder):
python -m build .Or:
python -m pip config set global.proxy <proxy> python -m build .
Package Documentation
A detailed documentation of the RobotFramework_DoIP can be found here: RobotFramework_DoIP.pdf
Feedback
To give us a feedback, you can send an email to Thomas Pollerspöck
In case you want to report a bug or request any interesting feature, please don’t hesitate to raise a ticket.
About
Maintainers
Contributors
License
Copyright 2020-2026 Robert Bosch GmbH
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_doip-0.2.0.tar.gz.
File metadata
- Download URL: robotframework_doip-0.2.0.tar.gz
- Upload date:
- Size: 250.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65da896602f028ad70036afb0510a0158a07d1d7714303655d0ac6b4020b7c33
|
|
| MD5 |
73628784f18a7c3393301c5004eeefbe
|
|
| BLAKE2b-256 |
8f9b8b11bf0153239899e28010c5e7b526dd9083217199a82a5c1452da3bc3e5
|
File details
Details for the file robotframework_doip-0.2.0-py3-none-any.whl.
File metadata
- Download URL: robotframework_doip-0.2.0-py3-none-any.whl
- Upload date:
- Size: 247.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c899c315f94618f53886ea1b6df2df18f0231546a726284e12122ba1f2d9a427
|
|
| MD5 |
7cd95e8ca954cfeedcd6a1fba9ddf60f
|
|
| BLAKE2b-256 |
73b3e75f88d5f1f1c1e95d2e58dbb090411626ca97a1f8bf0007ed57c5a2794e
|