moto/tests/test_opsworks
Rigas Papathanasopoulos 4abd88f95c
Fix the online status in OpsWorks
When an instance is running, OpsWorks reports its status as "online"
[1], while EC2 reports it as "running". Until now, moto copied the EC2
instance's status as is. This commit introduces the converts the running
status to online when returned by OpsWorks.

[1]: https://docs.aws.amazon.com/cli/latest/reference/opsworks/describe-instances.html
2020-05-07 10:57:27 +03:00
..
test_apps.py Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_instances.py Fix the online status in OpsWorks 2020-05-07 10:57:27 +03:00
test_layers.py Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_stack.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00