This is the final patch for mox removal, as all the other patches have
been merged. The TroveAPITestCase class is also removed as it's not used
at all.
The"selenium" specification in test-requirements also updated according
to global-requirements to fix requirements-check job.
Change-Id: I84a5f4b784d4e473d3a4a12c0ace6786884bc9e3
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
The UpdateAction of tables was deprecated in [1], and finally removed
in [2]. The only usage of this feature is in ConfigurationDetailTabs,
it's now removed in the way as Horizon does.
[1]: https://review.openstack.org/#/c/343861/
[2]: https://review.openstack.org/#/c/560790/
Mox usage is now disable by default in horizon [3], so we have to
delcare use_mox = True explicitly. After we have finished mock
migration for all test cases, we could remove the usage of use_mox.
[3]: https://review.openstack.org/#/c/558048/
Change-Id: I1b24a3b3cdae27930421d2c8faa02c116e18a006
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>