Skip to content

Latest commit

 

History

History

snippets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Using Aerialist in Your Code

You can integrate Aerialist's python package in your own code and directly define and execute UAV test cases with it. This can be speccifically useful when you are working on test generation approaches for UAVs. An example of such usage of Aerialist can be found in Surrealist.

  1. pip3 install git+https://github.com/skhatiri/Aerialist.git
  2. Create an instance of DroneTest class and define your test case
  3. configure and execute the test case using your prefered test execution agent (LocalAgent, DockerAgent, K8sAgent)
  • Take a look at our code snippets for more details and sample codes.