Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 693699 Details for
Bug 907770
fvtest: required rpms are not added at plan-time.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fvtest: use systemd commands
0002-fvtest-use-systemd-commands.patch (text/plain), 960 bytes, created by
Caspar Zhang
on 2013-02-06 05:57:27 UTC
(
hide
)
Description:
fvtest: use systemd commands
Filename:
MIME Type:
Creator:
Caspar Zhang
Created:
2013-02-06 05:57:27 UTC
Size:
960 bytes
patch
obsolete
>From f96980d9af8cdf158b554ad09214263a7863f7a8 Mon Sep 17 00:00:00 2001 >From: Caspar Zhang <czhang@redhat.com> >Date: Wed, 6 Feb 2013 13:45:57 +0800 >Subject: [PATCH 2/4] fvtest: use systemd commands > >Signed-off-by: Caspar Zhang <czhang@redhat.com> >--- > v7/fvtest.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/v7/fvtest.py b/v7/fvtest.py >index 784cfcf..d22307d 100644 >--- a/v7/fvtest.py >+++ b/v7/fvtest.py >@@ -93,8 +93,8 @@ class FvTest(Test): > > # check and start libvirtd > try: >- Command("chkconfig --add libvirtd").echo() >- Command("service libvirtd start").echo() >+ Command("systemctl enable libvirtd.service").echo() >+ Command("systemctl start libvirtd.service").echo() > print "libvirtd is running" > except V7CommandException, e: > print "Warning: libvirtd may not be running" >-- >1.8.1.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 907770
: 693699