Project

General

Profile

Actions

action #33397

closed

[QAM][CAASP] qw doesn't interpolate $node

Added by pgeorgiadis about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2018-03-17
Due date:
% Done:

100%

Estimated time:
Difficulty:

Description

Look: https://openqa.suse.de/tests/1550955#step/stack_update/16

In this update, the meltdown bug get's fixed. As you can see from the logs, it checks only for one needle: the one with the bug:

[2018-03-16T20:23:42.0223 CET] [debug] >>> testapi::_check_backend_response: match=velum-$nodes-nodes-outdated,velum-sorry timed out after 300

This is happening because in Perl the qw doesn't interpolate:

assert_screen [qw(velum-$nodes-nodes-outdated velum-sorry)], 300;

this means 'velum-$nodes-nodes-outdated' == 'velum-$nodes-nodes-outdated'

Actions

Also available in: Atom PDF