Skip to main content

Fault Injection box Diagnostics package Diagnostic Package

Project description

PTS-Fault-Injection-box

Creates an interface to the Fault injection box in the BMS FKT

Installation

The following instruction will enable the user to properly close the repository and branch out to make their changes

Clone repository

cd <path-to-directory>
git clone git@gitlab.com:pass-testing-solutions/pts-fault-injection-box.git
cd pts-fault-injection-box/
git pull origin main
git checkout -b <your-new-branch>  # Please follow the branch naming convention as mentioned in the coding guidelines

Virtual environment on MacOS

1. Virtualenvwrapper

You can install virtualenv and virtualenvwrapper with:

pip3 install virtualenv
pip3 install virtualenvwrapper
mkdir ~/.virtualenvs
# Might need to query where the virtualenv and virtualenvwrapper.sh are
which virtualenv
which virtualenvwrapper.sh
which python3

Add these lines in the ~/.zshrc file

# Setting PATH for Python 3 installed by brew
export PATH=<path-to-your-python3>:$PATH

# Configuration for virtualenv
export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=<path-to-your-python3>
export VIRTUALENVWRAPPER_VIRTUALENV=<path-to-your-virtualenv>
source <path-to-your-virtualenvwrapper.sh>

source $ZSH/oh-my-zsh.sh

Make sure to save these changes in your file and close your terminal for them to take effect. Doing the previous few steps in the installation of the Virtualenvwrapper only needs to be done once. After a Virtualenv and Virtualenvwrapper are set up, all you need to do to create a new virtual environment for a new project is to follow the following steps:

You can create a virtual environment by simply typing -

mkvirtualenv <name-of-your-virtual-env>
cd <your-git-repository>
workon <name-of-your-virtual-env>
deactivate <name-of-your-virtual-env>    # to deactivate the venv

To add the correct interpreter for your repository on PyCharm:

- PyCharm IDE > Preferences > Project > Python Interpreter
- Select the 'Add' button for interpreters
- Choose the 'Existing environments' in 'Virtualenv'
- Add the python3 file from /bin/ of your venv folder
E.g. - .virtualenvs/demo_repo_venv/bin/python3

After setting up the venv for the repo please install all the requirements and allow some time for the IDE to do indexing. If your repository has a requirements.txt:

pip3 install -r requirements.txt

2. Pipenv

Install pipenv

pip3 install pipenv 
# or
brew install pipenv

pipenv shell         # will create a virtualenv for the project
pipenv install       # will install dependencies for the repo from the Pipfile and Pipfile.lock

# Install any further packages in this environment as

pipenv install rich  # rich is a python library to nicely print on terminal

Your pipenv environment will be in the ~./virtualenvs folder. Make sure to add the interpreter on your IDE if not automatically added by navigating to the virtualenv folder for your repo and selecting the correct python3 file from /bin/.


If your repository contains a Pipfile instead of a requirements.txt, the installation instructions will activate the pip virtual environment shell and install all the dependencies.

cd pts-fault-injection-box/
pipenv shell
pipenv install

Authors and Maintainers

Author:

        Shuparna Deb @shuparnadeb_pts

Maintainer:

        Julian Paß @julianpass
        Shuparna Deb @shuparnadeb_pts

License

License :: OSI Approved :: MIT 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

pts_fault_injection-0.0.19.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

pts_fault_injection-0.0.19-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file pts_fault_injection-0.0.19.tar.gz.

File metadata

  • Download URL: pts_fault_injection-0.0.19.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for pts_fault_injection-0.0.19.tar.gz
Algorithm Hash digest
SHA256 5cc65f485922d0fcdbf0a6ed08651a2c93d63c67c0637cce56a50170b28b1cc5
MD5 38e9bdccc68c69369a4425622909c948
BLAKE2b-256 244538151ddc0d61ad5dcfad58554b4e57482a1f24ecd980db459f6ccbc2c62b

See more details on using hashes here.

File details

Details for the file pts_fault_injection-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: pts_fault_injection-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 29.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for pts_fault_injection-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 7f8ae3b92cb987edbd388f3cf4a0de00719cc24a8ca20d59912e1e92ccd98eb8
MD5 42e5df913ff0dd8f5b08d891d4ee50e6
BLAKE2b-256 cdaf1c2f176458732469600fdffefc8f3162c6314473760872db8d1603513c2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page