Nifi library for robotframework
Project description
NifiLibrary
NifiLibrary is a Robot Framework test library which provides keywords to work with Apache Nifi api
Usage
Install robotframework-nifilibrary via pip command
pip install -U robotframework-nifilibrary
Example Test Case
| *** Settings *** | ||||||
|---|---|---|---|---|---|---|
| Library | NifiLibrary | |||||
| Library | OperatingSystem | |||||
| *** Test Cases *** | ||||||
| Rename File - Success | ||||||
| ${token} | Connect to Nifi | ${base_url} | ${username} | ${password} | ||
| Update Parameter Value Without Stopped Component | ${parameter_context_id} | ${file_filter_param} | ${file_filter_name} | |||
| Run Once Processor | ${get_file_processor_id} | |||||
| List Directory | ${local_folder_path}/ | |||||
| Wait Until Keyword Succeeds | 3x | 5s | File Should Exist | ${local_folder_path}/${file_name_value} |
Documentation
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_nifilibrary-2.0.0.tar.gz.
File metadata
- Download URL: robotframework_nifilibrary-2.0.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
057b8e37e37794f4bfd668d3f947754c9400959ceb158ae3bd56ef6a900e4007
|
|
| MD5 |
2602ef33271586fe2d59ddcbb13bd47b
|
|
| BLAKE2b-256 |
d2a1263c683046d3281f310caf3f207df1c4112aa190dffdb0faf43a291f18d2
|
File details
Details for the file robotframework_nifilibrary-2.0.0-py3-none-any.whl.
File metadata
- Download URL: robotframework_nifilibrary-2.0.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5be7d94a3564940152403714089493b81bec750bc3d3b5d0f83006f0b67bfbd
|
|
| MD5 |
6be24d1af8bbf68b28a520896e44ba26
|
|
| BLAKE2b-256 |
7559c794eae30ca05a5549ed9d75a3a5198b3db3d353d2b89649bc2f4227b40e
|