public function testListFlavors()
 {
     $flavors = $this->compute->listFlavors();
     $this->assertTrue(!empty($flavors));
 }