This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: tests_flows.sh: use the python script to send commands
test_flows.sh should be able to send CAPI commands to both the controller and agents. Instead of using beerocks_cli to send CAPI commands, this commit uses the new "send_CAPI_command.py". A new function has been added to retrieve the port based on the container name. Another function has been added to send commands both to agents and controllers. Existing calls to send_bml_command have to be updated to remove the "bml_wfa_ca_controller" argument and give the container name instead. Also, the eval call and additional quoting are no longer necessary and have been removed. The send_bml_command has been kept because it's still being used, to send steering requests for example. Signed-off-by: Raphaël Mélotte <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters