Add live parameter to query
The tests we currently have assume, that all the data required for running the query is available - once we add live data, this will no longer be the case. This patch adds boolean parameter to query function, which tells it whether to ignore live parameters gathering. Signed-off-by:Agata Murawska <agatamurawska@google.com> Reviewed-by:
Iustin Pop <iustin@google.com>
Showing
- htest/Test/Ganeti/Query/Filter.hs 2 additions, 2 deletionshtest/Test/Ganeti/Query/Filter.hs
- htest/Test/Ganeti/Query/Query.hs 6 additions, 6 deletionshtest/Test/Ganeti/Query/Query.hs
- htools/Ganeti/Query/Query.hs 4 additions, 3 deletionshtools/Ganeti/Query/Query.hs
- htools/Ganeti/Query/Server.hs 1 addition, 1 deletionhtools/Ganeti/Query/Server.hs
Loading
Please register or sign in to comment