Comment 2 for bug 1387602

Revision history for this message
Serhii Ovsianikov (sovsianikov) wrote :

I want to clarify steps to reproduce in functions/vm.sh:
1. We create 3 virtual machines with prefix fuel- and turned them off
2. We create another 4 virtual machines with the prefix extrafuel- and leave them work
3. If we execute is_vm_running fuel-master, it will return 0, but we expect 1

Expected result: return 1
Actual result: return 0

Are the steps correct?