Package to run tests against osml-model-runner deployments.
Project description
OSML Model Runner Test
This package contains the integration tests for OSML application
Table of Contents
Getting Started
Prerequisites
First, ensure you have installed the following tools locally
Installation Guide
- Clone
osml-model-runner-test
package into your desktop
git clone https://github.com/aws-solutions-library-samples/osml-model-runner-test.git
- Run
tox
to create a virtual environment
cd osml-model-runner-test
tox
Documentation
You can find documentation for this library in the ./doc
directory. Sphinx is used to construct a searchable HTML
version of the API documents.
tox -e docs
Local Testing
Credentials
Credentials from the user's account are volume mounted into the container's root directory.
Processing an image:
You can run the integration tests against your dev account by exporting the required parameters and using the pytest CLI by
using the python script bin/process_image.py
. Remember to load up your AWS credentials into your terminal, please follow this guide on how to load your aws credentials.
python bin/process_image.py --image <image type> --model <model type>
Examples:
python3 bin/process_image.py --image small --model centerpoint
python3 bin/process_image.py --image meta --model centerpoint
python3 bin/process_image.py --image large --model flood
python3 bin/process_image.py --image tile_tif --model aircraft
To print out the usage for python script, execute:
python3 bin/process_image.py --help
To execute the integration test, exclude --skip_integ
from the command line interface. It is essential that the images and models listed in the table below are aligned accurately for the test to succeed. Conversely, by adding --skip_integ
to the CLI, all comparison checks will be bypassed, rendering the table irrelevant for testing purposes.
image | model |
---|---|
small | centerpoint |
meta | centerpoint |
sicd_capella_chip_ntf | centerpoint |
sicd_umbra_chip_ntf | centerpoint |
sicd_interferometric_hh_ntf | centerpoint |
wbid | centerpoint |
large | flood |
tile_tif | aircraft |
tile_ntf | aircraft |
tile_jpeg | aircraft |
tile_png | aircraft |
Running LoadTest
You can run the load test against your dev account and be able to determine the cost and the performance. Please advise it can potentially rack up your AWS bills!
Examples:
python3 bin/run_load_test.py --periodic_sleep 60 --processing_window 1
To print out the usage for this load test script, execute:
python3 bin/run_load_test.py --help
Support & Feedback
To post feedback, submit feature ideas, or report bugs, please use the Issues section of this GitHub repo.
If you are interested in contributing to OversightML Model Runner, see the CONTRIBUTING guide.
Security
See CONTRIBUTING for more information.
License
MIT No Attribution Licensed. See 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
File details
Details for the file osml_model_runner_test-2.0.2.tar.gz
.
File metadata
- Download URL: osml_model_runner_test-2.0.2.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96c1916bae53eb29365ab50e2e1adfb72a166bbf222c34da6441ecc2bd5c43c |
|
MD5 | 939d9ceb918497b099dfa816dcd88ddb |
|
BLAKE2b-256 | dbdaa15497579d862576ab0efaa2d53b750cb4afc6565575eee71b934cf575b6 |
File details
Details for the file osml_model_runner_test-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: osml_model_runner_test-2.0.2-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b1e2e85a3093b702868d08078187b442e4009e16a27f1d3085be95f12dd43ad |
|
MD5 | 6c79fbb37160f49fb9f369cd1064eea1 |
|
BLAKE2b-256 | 58b287c642a579959235aa46140782748f356fa75c56c35bb1dbdf340f6e18e0 |