Skip to content

Commit

Permalink
test: use current expirationd api
Browse files Browse the repository at this point in the history
Commit "Big refactoring with API redo and gh-6-10"
(41fb516) introduced updated API
methods: all methods were renamed and changed interface for
expirationd.start() (previously expirationd.run_task()). However TAP
tests still continue to test old version of API.

Updated method's names:

- run_task() -> start()
- task_stats() -> stats()
- kill_task() -> kill()
- get_task() -> task()
- show_task_list() -> tasks()
  • Loading branch information
ligurio committed Sep 16, 2021
1 parent 943949b commit 388cfa5
Showing 1 changed file with 157 additions and 105 deletions.
Loading

0 comments on commit 388cfa5

Please # to comment.