Skip to content

This repo contains the upper tester implementation for validating CISE candidate nodes according to ETSI standard

Notifications You must be signed in to change notification settings

AFx3/upperTestCise

Repository files navigation

UpperTestCise

This flie explain how to run the test for CISE Adaptor

Virtual Environment Setup and Dependencies installation

Virtual Environment Setup

Install Python Virtual Environment Module

sudo apt install python3.10-venv

Create a Virtual Environment

python3 -m venv venv

Activate the Virtual Environment

source venv/bin/activate

Install Dependencies

pip3 install -r requirements.txt

Run this script to send request to adaptor

python3 p5.py

run this script to receive requests

uvicorn app:app --host 10.50.1.181 --port 8000 --workers 1 --log-level debug

NB

app_just_pull_req_tested.py contains the previous code to handle the pull request only (to run it, rename the file in app.py)

About

This repo contains the upper tester implementation for validating CISE candidate nodes according to ETSI standard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages