test_lxd.py (snapcraft-7.2.4) | : | test_lxd.py (snapcraft-7.2.5) | ||
---|---|---|---|---|
skipping to change at line 276 | skipping to change at line 276 | |||
["chmod", "0644", "/etc/systemd/network/10-eth0.network"], | ["chmod", "0644", "/etc/systemd/network/10-eth0.network"], | |||
["mv", "/var/tmp/L2V0Yy9ob3N0bmFtZQ==", "/etc/hostname"], | ["mv", "/var/tmp/L2V0Yy9ob3N0bmFtZQ==", "/etc/hostname"], | |||
["chown", "root:root", "/etc/hostname"], | ["chown", "root:root", "/etc/hostname"], | |||
["chmod", "0644", "/etc/hostname"], | ["chmod", "0644", "/etc/hostname"], | |||
["apt-get", "update"], | ["apt-get", "update"], | |||
["apt-get", "install", "dirmngr", "udev", "fuse", "--yes"], | ["apt-get", "install", "dirmngr", "udev", "fuse", "--yes"], | |||
["apt-get", "install", "snapd", "sudo", "--yes"], | ["apt-get", "install", "snapd", "sudo", "--yes"], | |||
["apt-get", "update"], | ["apt-get", "update"], | |||
["apt-get", "dist-upgrade", "--yes"], | ["apt-get", "dist-upgrade", "--yes"], | |||
["apt-get", "install", "--yes", "apt-transport-https"], | ["apt-get", "install", "--yes", "apt-transport-https"], | |||
["systemctl", "start", "snapd.socket"], | ||||
["systemctl", "restart", "snapd.service"], | ||||
["snap", "wait", "system", "seed.loaded"], | ||||
["snap", "unset", "system", "proxy.http"], | ["snap", "unset", "system", "proxy.http"], | |||
["snap", "unset", "system", "proxy.https"], | ["snap", "unset", "system", "proxy.https"], | |||
] | ] | |||
def test_clean_project(self): | def test_clean_project(self): | |||
instance = LXDTestImpl(project=self.project, echoer=self.echoer_mock) | instance = LXDTestImpl(project=self.project, echoer=self.echoer_mock) | |||
instance.create() | instance.create() | |||
instance.clean_project() | instance.clean_project() | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |