https://github.com/peterservice-rnd/robotframework-cassandracqllibrary
Robot Framework library to execute CQL statements in Cassandra Database
https://github.com/peterservice-rnd/robotframework-cassandracqllibrary
autotesting cassandra-database python robot-framework robotframework
Last synced: 3 months ago
JSON representation
Robot Framework library to execute CQL statements in Cassandra Database
- Host: GitHub
- URL: https://github.com/peterservice-rnd/robotframework-cassandracqllibrary
- Owner: peterservice-rnd
- License: apache-2.0
- Archived: true
- Created: 2017-12-28T10:08:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T08:12:14.000Z (almost 5 years ago)
- Last Synced: 2024-12-17T00:27:37.168Z (4 months ago)
- Topics: autotesting, cassandra-database, python, robot-framework, robotframework
- Language: Python
- Size: 62.5 KB
- Stars: 6
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
RobotFramework CassandraCQL Library
===================================|Build Status|
Short Description
-----------------`Robot Framework`_ library to execute CQL statements in Cassandra
Database.Installation
------------::
pip install robotframework-cassandracqllibrary
Documentation
-------------See keyword documentation for CassandraCQLLibrary library on `GitHub`_.
Example
-------.. code:: robotframework
*** Settings ***
Library CassandraCQLLibrary
Library Collections
Suite Setup Connect To Cassandra 127.0.0.1 9042
Suite Teardown Disconnect From Cassandra*** Test Cases ***
Get Keyspaces
Execute CQL USE system
${result} Execute CQL SELECT * FROM schema_keyspaces;
Log List ${result}
Log ${result[1].keyspace_name}License
-------Apache License 2.0
.. _Robot Framework: http://www.robotframework.org
.. _GitHub: https://github.com/peterservice-rnd/robotframework-cassandracqllibrary/tree/master/docs.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-cassandracqllibrary.svg?branch=master
:target: https://travis-ci.org/peterservice-rnd/robotframework-cassandracqllibrary