Skip to content

ctradu/robotframework-amqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMQP library for Robotframework

Installation

Using pip

⚠️ Not implemeted yet

pip install robotframework-amqp

Using the install script

python setup.py install

Usage

In the settings section

*** Settings ***
Test Teardown     After tests
Test Setup        Before tests
Library           RmqMsgSend

In the keywords section

*** Keywords ***
Before tests
    Init AMQP connection    ${amqp_host}  ${amqp_port}   ${amqp_user}  ${amqp_pass}   ${amqp_vhost}
    Set amqp destination    ${amqp_exchange}        ${amqp_routing_key}

After tests
    close amqp connection

About

Send amqp test messages using Robotframework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages