From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description= This test case verifies installation of Google Chrome in Fedora Silverblue |setup= An fully updated Fedora Silverblue best to start with |actions=...")
 
No edit summary
 
Line 6: Line 6:
## Run with sudo <code> $ vi /etc/yum.repos.d/google-chrome.repo </code>
## Run with sudo <code> $ vi /etc/yum.repos.d/google-chrome.repo </code>
## Copy the repo contents carefully  
## Copy the repo contents carefully  
<code>[google-chrome]
    [google-chrome]
name=google-chrome
    name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
    baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
skip_if_unavailable=True
    skip_if_unavailable=True
gpgcheck=1
    gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
enabled=1
    enabled=1
enabled_metadata=1
    enabled_metadata=1
</code>
 
# Verify by running cat /etc/yum.repos.d/google-chrome.repo
# Verify by running cat /etc/yum.repos.d/google-chrome.repo
# Execute $ sudo rpm-ostree install google-chrome-stable
# Execute $ sudo rpm-ostree install google-chrome-stable

Latest revision as of 06:58, 4 April 2019

Description

This test case verifies installation of Google Chrome in Fedora Silverblue

Setup

An fully updated Fedora Silverblue best to start with

How to test

  1. Add the repo for Google Chrome
    1. Run with sudo $ vi /etc/yum.repos.d/google-chrome.repo
    2. Copy the repo contents carefully
    [google-chrome]
    name=google-chrome
    baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
    skip_if_unavailable=True
    gpgcheck=1
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
    enabled=1
    enabled_metadata=1
  1. Verify by running cat /etc/yum.repos.d/google-chrome.repo
  2. Execute $ sudo rpm-ostree install google-chrome-stable

Expected Results

The following must be true to consider this a successful test run.

  1. The repo should have google chrome
  2. The system reboots
  3. Chrome is usable