X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charms%2Flayers%2Fpingpong%2Factions.yaml;fp=charms%2Flayers%2Fpingpong%2Factions.yaml;h=0000000000000000000000000000000000000000;hb=e5245336823411b71968e72c32b3bf33cc07638f;hp=a5928f1fd51b6f53295d35776f4901af34987899;hpb=84fe31f632166d2fbf566968bd25aa9545e96fdc;p=osm%2Fdevops.git diff --git a/charms/layers/pingpong/actions.yaml b/charms/layers/pingpong/actions.yaml deleted file mode 100644 index a5928f1f..00000000 --- a/charms/layers/pingpong/actions.yaml +++ /dev/null @@ -1,32 +0,0 @@ -set-server: - description: "Set the target IP address and port" - params: - server-ip: - description: "IP on which the target service is listening." - type: string - default: "" - server-port: - description: "Port on which the target service is listening." - type: integer - default: 5555 - required: - - server-ip -set-rate: - description: "Set the rate of packet generation." - params: - rate: - description: "Packet rate." - type: integer - default: 5 -get-stats: - description: "Get the stats." -get-state: - description: "Get the admin state of the target service." -get-rate: - description: "Get the rate set on the target service." -get-server: - description: "Get the target server and IP set" -start-traffic: - description: "Start the traffic generator or echo." -stop-traffic: - description: "Stop the traffic generator or echo."