Skip to content

Commit e46f23d

Browse files
test: 'vm nic ip persistent' ephemeral ips now show on 'ip list'
1 parent 577d5c3 commit e46f23d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bin/vm/tests.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ ava.serial('vm nic ip persistent', async t => {
279279
const nic_list = await tests.run(`vm nic list --vm ${vm.id}`);
280280
const ip = nic_list[0].ip[0];
281281

282-
const ip_list = await tests.run('ip list');
283-
t.true(!ip_list.some(x => x.id === ip.id));
284-
285282
await tests.run(`vm nic ip persistent --vm ${vm.id} --nic ${nic_list[0].id} --ip ${ip.id}`);
286283

287284
const new_ip_list = await tests.run('ip list');

0 commit comments

Comments
 (0)