Skip to content

larisau/python-driver-matrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Driver Matrix

This repository contains wrappers for the python driver tests located in datastax's python driver's repository:

https://github.com/datastax/python-driver

The tests go basically as:

  1. Clone the python driver repository above
  2. Clone Scylla and build it
  3. Clone Scylla-CCM
  4. Configure and set Scylla-CCM to start a 1 node cluster
  5. Go to python-driver-matrix root directory

Keep in mind that all those repos should be under a same base directory

  1. Execute the main.py wrapper like:

    python3 main.py ../python-driver ../scylla --tests tests.integration.standard
    

Then the tests should run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%