aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-02-24 14:21:52 +0100
committerDimitri Staessens <dimitri.staessens@ugent.be>2018-02-24 14:21:52 +0100
commited4a2f0d3c5c078e10b903f41b2eb68cbaf391cf (patch)
tree857ce6faf465b0368516a08b8e89a67dc1dae762 /rumba/testbeds
parent198fa7d4fe50b050d72cd406f4265b5fc138c9ca (diff)
downloadrumba-ed4a2f0d3c5c078e10b903f41b2eb68cbaf391cf.tar.gz
rumba-ed4a2f0d3c5c078e10b903f41b2eb68cbaf391cf.zip
testbeds: Fix locale-gen error
The locale-gen error persists, even with the new mac2ifname command. This reintroduces the fix.
Diffstat (limited to 'rumba/testbeds')
-rw-r--r--rumba/testbeds/jfed.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py
index 391ba10..3cfc82b 100644
--- a/rumba/testbeds/jfed.py
+++ b/rumba/testbeds/jfed.py
@@ -264,6 +264,11 @@ class Testbed(mod.Testbed):
node_n.ssh_config.hostname = l_node.getAttribute("hostname")
+ ssh_support.execute_command(
+ self,
+ node_n.ssh_config,
+ "sudo touch /var/lib/cloud/instance/locale-check.skip || true")
+
for intf in intfs:
aux_mac_address = intf.getAttribute("mac_address")