5 Commits

Author SHA1 Message Date
Zhao Chao
06d17bc5fb Finish removal of mox
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>
2018-06-29 11:03:15 +08:00
Zhao Chao
8585705a68 Mox removal for DatabaseTests
Change-Id: I78987b7813e9330490b77507982227965b548521
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-06-19 22:51:50 +08:00
Zhao Chao
9ade6598b3 Remove table UpdateAction and declare mox dependency
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>
2018-05-09 18:32:35 +08:00
David Lyle
bac61fbfd2 Completing the plugin
Change-Id: I410aaac24b76e63a82d6c50364e46d54ead03b05
2015-12-18 15:53:31 -07:00
David Lyle
9f35f7774b Restructuring tree to be plugin 2015-12-18 15:28:23 -07:00