Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
tests/rpm-ostree: remove livefs test (#451)
Browse files Browse the repository at this point in the history
* tests/rpm-ostree:  remove livefs test

This removes the `livefs` portion of the test and changes the
`rpm_ostree_livefs` role to fail if you try to use it.

* fixup! tests/rpm-ostree:  remove livefs test
  • Loading branch information
miabbott authored and mike-nguyen committed Jan 17, 2019
1 parent 34806d1 commit 6ad234b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 125 deletions.
4 changes: 4 additions & 0 deletions roles/rpm_ostree_livefs/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
# vim: set ft=ansible:
#
- name: Fatally fail because this is not supported
fail:
msg: "The livefs functionality is not supported by this test framework"

- name: Enable livefs
command: rpm-ostree ex livefs --i-like-danger
register: ros_lfs
Expand Down
113 changes: 0 additions & 113 deletions tests/rpm-ostree/livefs.yml

This file was deleted.

12 changes: 0 additions & 12 deletions tests/rpm-ostree/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@
tags:
- upgrade_rebase_install_uninstall

# TEST
# Verify livefs functionality
- block:
- include_tasks: 'livefs.yml'
- set_fact:
tests: "{{ tests + [ { 'name':'Verify Livefs Functionality', 'result':'Passed', 'result_details': '' } ] }}"
rescue:
- set_fact:
tests: "{{ tests + [ { 'name':'Verify Livefs Functionality', 'result':'Failed', 'result_details': ansible_failed_result } ] }}"
tags:
- livefs

# TEST
# Verify initramfs functionality
- block:
Expand Down

0 comments on commit 6ad234b

Please sign in to comment.