Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custom extension to perform non api actions #298

Open
kaniket1234 opened this issue Jan 22, 2019 · 0 comments
Open

Adding custom extension to perform non api actions #298

kaniket1234 opened this issue Jan 22, 2019 · 0 comments

Comments

@kaniket1234
Copy link

Hi,

I am new to pyrest world. Here is my test scenario:
I have two systems.

  1. System 1 is stand-alone utility which exposes api to generate data. It also has an api to export data in form of zip
  2. System 2 consumes the data and also has set of apis to perform actions

The data generated by system 1 (zip) has to be copied into system 2 and then i have to restart a data consumer service to insert the data in system 2.
I have automated the data generation in System 1 via pyrest. I have also automated the functional validation of system 2 apis using pyrest. But in between, i have to perform a manual step of copying the zip in system 2 and restart data consumer service.
I was wondering if i can automate the copy of zip between systems and service restart functions via pyrest. If that is done, i can have truely automated end-to-end functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant